Tidying
This commit is contained in:
@@ -54,6 +54,7 @@ void Insight::startup() {
|
||||
#ifndef BLOOM_DEBUG_BUILD
|
||||
QCoreApplication::addLibraryPath(QString::fromStdString(Paths::applicationDirPath() + "/plugins"));
|
||||
#endif
|
||||
|
||||
this->application.setQuitOnLastWindowClosed(true);
|
||||
qRegisterMetaType<Bloom::Targets::TargetDescriptor>();
|
||||
qRegisterMetaType<Bloom::Targets::TargetPinDescriptor>();
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "InsightWindow.hpp"
|
||||
|
||||
#include <QtSvg/QtSvg>
|
||||
#include <QDesktopServices>
|
||||
#include <utility>
|
||||
|
||||
#include "UiLoader.hpp"
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<item alignment="Qt::AlignCenter">
|
||||
<widget class="QPushButton" name="apply-btn">
|
||||
<property name="text">
|
||||
<string>Apply</string>
|
||||
<string>Write Value</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user