/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/gui/Src/Gui/ExceptionRangeDialog.ui
167 строк
4 KB
torusrxxx
Setting buddy for labels
28 июл 2023, 06:44
Не верифицирован
28 июл 2023, 06:44
2240fbd
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ExceptionRangeDialog</class> <widget class="QDialog" name="ExceptionRangeDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>176</width> <height>106</height> </rect> </property> <property name="windowTitle"> <string>Range</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="lblStart"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Start:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buddy"> <cstring>editStart</cstring> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="lblEnd"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>End:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buddy"> <cstring>editEnd</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="editEnd"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <family>Courier New</family> </font> </property> <property name="inputMask"> <string/> </property> <property name="text"> <string/> </property> <property name="maxLength"> <number>8</number> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="editStart"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <family>Courier New</family> </font> </property> <property name="inputMask"> <string/> </property> <property name="text"> <string/> </property> <property name="maxLength"> <number>8</number> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="layoutButtons"> <item> <widget class="QPushButton" name="btnOk"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>OK</string> </property> <property name="default"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btnCancel"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Cancel</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections> <connection> <sender>btnCancel</sender> <signal>clicked()</signal> <receiver>ExceptionRangeDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>95</x> <y>86</y> </hint> <hint type="destinationlabel"> <x>96</x> <y>64</y> </hint> </hints> </connection> </connections> </ui>