/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/gui/Src/Gui/ComboBoxDialog.ui
130 строк
3 KB
Duncan Ogilvie
Allow themes to customize the icons
10 июл 2022, 04:31
10 июл 2022, 04:31
fdf8052
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ComboBoxDialog</class> <widget class="QDialog" name="ComboBoxDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>414</width> <height>72</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>Dialog</string> </property> <property name="windowIcon"> <iconset theme="ui-combo-box-edit" resource="../../resource.qrc"> <normaloff>:/Default/icons/ui-combo-box-edit.png</normaloff>:/Default/icons/ui-combo-box-edit.png</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QComboBox" name="comboBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> <property name="minimumSize"> <size> <width>40</width> <height>20</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkBox"> <property name="text"> <string>CheckBox</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="buttonOk"> <property name="text"> <string>&OK</string> </property> <property name="default"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="buttonCancel"> <property name="text"> <string>&Cancel</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="../../resource.qrc"/> </resources> <connections> <connection> <sender>buttonOk</sender> <signal>clicked()</signal> <receiver>ComboBoxDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>243</x> <y>49</y> </hint> <hint type="destinationlabel"> <x>150</x> <y>57</y> </hint> </hints> </connection> <connection> <sender>buttonCancel</sender> <signal>clicked()</signal> <receiver>ComboBoxDialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>320</x> <y>51</y> </hint> <hint type="destinationlabel"> <x>150</x> <y>41</y> </hint> </hints> </connection> </connections> </ui>