summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_aruco
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-09-15 16:02:20 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-09-15 16:02:20 +0200
commit747dcf7cfbc2498312bdcdbd89eb741493dfb44b (patch)
tree866583dcf6cd03fd3de2e1e1021e355a46aeefc9 /ftnoir_tracker_aruco
parente481697ea6e156e456f3d51ba7c816ad4a908792 (diff)
Make every tracker/protocol/filter dialog modal
This is since changing the tracker/protocol/filter from a combobox will cause a use-after-free and a nasty crash.
Diffstat (limited to 'ftnoir_tracker_aruco')
-rw-r--r--ftnoir_tracker_aruco/aruco-trackercontrols.ui9
1 files changed, 6 insertions, 3 deletions
diff --git a/ftnoir_tracker_aruco/aruco-trackercontrols.ui b/ftnoir_tracker_aruco/aruco-trackercontrols.ui
index 3ad9fa40..4fe97e51 100644
--- a/ftnoir_tracker_aruco/aruco-trackercontrols.ui
+++ b/ftnoir_tracker_aruco/aruco-trackercontrols.ui
@@ -3,7 +3,7 @@
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="windowModality">
- <enum>Qt::NonModal</enum>
+ <enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
@@ -464,15 +464,18 @@ Rafael Muñoz Salinas &lt;rmsalinas@uco.es&gt;</string>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
- <x>370</x>
+ <x>327</x>
<y>200</y>
- <width>181</width>
+ <width>255</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>https://github.com/rmsalinas/aruco</string>
</property>
+ <property name="alignment">
+ <set>Qt::AlignCenter</set>
+ </property>
<property name="readOnly">
<bool>true</bool>
</property>