diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-15 16:02:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-15 16:02:20 +0200 |
commit | 747dcf7cfbc2498312bdcdbd89eb741493dfb44b (patch) | |
tree | 866583dcf6cd03fd3de2e1e1021e355a46aeefc9 /ftnoir_tracker_aruco/aruco-trackercontrols.ui | |
parent | e481697ea6e156e456f3d51ba7c816ad4a908792 (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/aruco-trackercontrols.ui')
-rw-r--r-- | ftnoir_tracker_aruco/aruco-trackercontrols.ui | 9 |
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 <rmsalinas@uco.es></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> |