diff options
Diffstat (limited to 'gui/ui/settings.ui')
-rw-r--r-- | gui/ui/settings.ui | 109 |
1 files changed, 77 insertions, 32 deletions
diff --git a/gui/ui/settings.ui b/gui/ui/settings.ui index 748f4d5..1d2da3e 100644 --- a/gui/ui/settings.ui +++ b/gui/ui/settings.ui @@ -2,12 +2,15 @@ <ui version="4.0"> <class>Settings</class> <widget class="QDialog" name="Settings"> + <property name="enabled"> + <bool>true</bool> + </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> - <width>438</width> - <height>333</height> + <width>571</width> + <height>334</height> </rect> </property> <property name="windowTitle"> @@ -25,34 +28,60 @@ <property name="title"> <string>Hidden Events</string> </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QCheckBox" name="extensionsBox"> - <property name="text"> - <string>Extension queries</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QCheckBox" name="functionsBox"> - <property name="text"> - <string>Function resolution</string> - </property> - </widget> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QCheckBox" name="extensionsBox"> + <property name="text"> + <string>Extension queries</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="functionsBox"> + <property name="text"> + <string>Function resolution</string> + </property> + </widget> + </item> + </layout> </item> - <item row="1" column="0"> - <widget class="QCheckBox" name="errorsBox"> - <property name="text"> - <string>Error queries</string> - </property> - </widget> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QCheckBox" name="errorsBox"> + <property name="text"> + <string>Error queries</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="statesBox"> + <property name="text"> + <string>Extra state queries</string> + </property> + </widget> + </item> + </layout> </item> - <item row="1" column="1"> - <widget class="QCheckBox" name="statesBox"> - <property name="text"> - <string>Extra state queries</string> - </property> - </widget> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QCheckBox" name="customBox"> + <property name="text"> + <string>Custom</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="customEdit"> + <property name="enabled"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> </item> </layout> </widget> @@ -109,8 +138,8 @@ <slot>accept()</slot> <hints> <hint type="sourcelabel"> - <x>248</x> - <y>254</y> + <x>252</x> + <y>329</y> </hint> <hint type="destinationlabel"> <x>157</x> @@ -125,8 +154,8 @@ <slot>reject()</slot> <hints> <hint type="sourcelabel"> - <x>316</x> - <y>260</y> + <x>320</x> + <y>329</y> </hint> <hint type="destinationlabel"> <x>286</x> @@ -134,5 +163,21 @@ </hint> </hints> </connection> + <connection> + <sender>customBox</sender> + <signal>toggled(bool)</signal> + <receiver>customEdit</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>63</x> + <y>151</y> + </hint> + <hint type="destinationlabel"> + <x>107</x> + <y>151</y> + </hint> + </hints> + </connection> </connections> </ui> |