diff options
Diffstat (limited to 'qhexedit2/python/python2_pyqt4/optionsdialog.ui')
-rw-r--r-- | qhexedit2/python/python2_pyqt4/optionsdialog.ui | 286 |
1 files changed, 286 insertions, 0 deletions
diff --git a/qhexedit2/python/python2_pyqt4/optionsdialog.ui b/qhexedit2/python/python2_pyqt4/optionsdialog.ui new file mode 100644 index 0000000..a2c85f1 --- /dev/null +++ b/qhexedit2/python/python2_pyqt4/optionsdialog.ui @@ -0,0 +1,286 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>OptionsDialog</class> + <widget class="QDialog" name="OptionsDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>395</width> + <height>351</height> + </rect> + </property> + <property name="windowTitle"> + <string>Dialog</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QGroupBox" name="gbFlags"> + <property name="title"> + <string>Flags</string> + </property> + <layout class="QGridLayout" name="gridLayout_2"> + <item row="3" column="0"> + <widget class="QCheckBox" name="cbReadOnly"> + <property name="text"> + <string>ReadOnly</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QCheckBox" name="cbHighlighting"> + <property name="text"> + <string>Higlighting</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QCheckBox" name="cbOverwriteMode"> + <property name="text"> + <string>Overwrite Mode</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QCheckBox" name="cbAddressArea"> + <property name="text"> + <string>Address Area</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QCheckBox" name="cbAsciiArea"> + <property name="text"> + <string>Ascii Area</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="gbColors"> + <property name="title"> + <string>Colors and Fonts</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QPushButton" name="pbHighlightingColor"> + <property name="text"> + <string>Highlighting Color</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLabel" name="lbHighlightingColor"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>16777215</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Sunken</enum> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="1" column="0" rowspan="2"> + <widget class="QPushButton" name="pbAddressAreaColor"> + <property name="text"> + <string>Address Area Color</string> + </property> + </widget> + </item> + <item row="1" column="1" rowspan="2"> + <widget class="QLabel" name="lbAddressAreaColor"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>16777215</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Sunken</enum> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QLabel" name="lbSelectionColor"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>16777215</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Sunken</enum> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QPushButton" name="pbSelectionColor"> + <property name="text"> + <string>Selection Color</string> + </property> + </widget> + </item> + <item row="4" column="0"> + <widget class="QPushButton" name="pbWidgetFont"> + <property name="text"> + <string>Widget Font</string> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="QLineEdit" name="leWidgetFont"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <family>Courier New</family> + <pointsize>10</pointsize> + </font> + </property> + <property name="text"> + <string>01 23 45 67 89 ab cd ef</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="gbAddressAreaWidth"> + <property name="title"> + <string>Address Area</string> + </property> + <layout class="QGridLayout" name="gridLayout_3"> + <item row="0" column="0"> + <widget class="QLabel" name="lbAddressAreaWidth"> + <property name="text"> + <string>Address Area Width</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QSpinBox" name="sbAddressAreaWidth"> + <property name="minimum"> + <number>1</number> + </property> + <property name="maximum"> + <number>6</number> + </property> + <property name="value"> + <number>4</number> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>28</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>pbHighlightingColor</tabstop> + <tabstop>pbAddressAreaColor</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>OptionsDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>222</x> + <y>154</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>168</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>OptionsDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>290</x> + <y>160</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>168</y> + </hint> + </hints> + </connection> + </connections> +</ui> |