diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-07-07 12:37:21 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-07-07 12:37:21 +0200 |
commit | febaef00017278ac65cb7e285564ebc9d5dadfe5 (patch) | |
tree | 940ac1386117785496334432dc03a3c0cfa02de5 /qhexedit2/example/optionsdialog.ui | |
parent | f41f2dce18111c923c331a3fe6900edee731d040 (diff) | |
parent | 004b73ed7ef33cb407897f7eccbec5f3861f99d7 (diff) |
Merge commit '004b73ed7ef33cb407897f7eccbec5f3861f99d7' as 'qhexedit2'
Diffstat (limited to 'qhexedit2/example/optionsdialog.ui')
-rw-r--r-- | qhexedit2/example/optionsdialog.ui | 449 |
1 files changed, 449 insertions, 0 deletions
diff --git a/qhexedit2/example/optionsdialog.ui b/qhexedit2/example/optionsdialog.ui new file mode 100644 index 0000000..dcf542e --- /dev/null +++ b/qhexedit2/example/optionsdialog.ui @@ -0,0 +1,449 @@ +<?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>374</width> + <height>754</height> + </rect> + </property> + <property name="windowTitle"> + <string>QHexEdit - Options</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="1" column="1"> + <widget class="QCheckBox" name="cbAddressArea"> + <property name="text"> + <string>Address Area</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="2" column="0"> + <widget class="QCheckBox" name="cbHighlighting"> + <property name="text"> + <string>Higlighting</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QCheckBox" name="cbAsciiArea"> + <property name="text"> + <string>Ascii Area</string> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QCheckBox" name="cbReadOnly"> + <property name="text"> + <string>ReadOnly</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="gbColors"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <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"> + <widget class="QPushButton" name="pbSelectionColor"> + <property name="text"> + <string>Selection Color</string> + </property> + </widget> + </item> + <item row="1" 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="2" column="0"> + <widget class="QPushButton" name="pbAddressAreaColor"> + <property name="text"> + <string>Address Area Color</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <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="0"> + <widget class="QPushButton" name="pbAddressFontColor"> + <property name="text"> + <string>Address Font Color</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QLabel" name="lbAddressFontColor"> + <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="4" column="0"> + <widget class="QPushButton" name="pbAsciiAreaColor"> + <property name="text"> + <string>ASCII Area Color</string> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="QLabel" name="lbAsciiAreaColor"> + <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="5" column="0"> + <widget class="QPushButton" name="pbAsciiFontColor"> + <property name="text"> + <string>ASCII Font Color</string> + </property> + </widget> + </item> + <item row="5" column="1"> + <widget class="QLabel" name="lbAsciiFontColor"> + <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="6" column="0"> + <widget class="QPushButton" name="pbHexFontColor"> + <property name="text"> + <string>Hex Font Color</string> + </property> + </widget> + </item> + <item row="6" column="1"> + <widget class="QLabel" name="lbHexFontColor"> + <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="7" column="0"> + <widget class="QPushButton" name="pbWidgetFont"> + <property name="text"> + <string>Widget Font</string> + </property> + </widget> + </item> + <item row="7" 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> + <widget class="QGroupBox" name="gbHexArea"> + <property name="title"> + <string>Hex Area</string> + </property> + <layout class="QGridLayout" name="gridLayout_4"> + <item row="0" column="0"> + <widget class="QLabel" name="lbBytesPerLine"> + <property name="text"> + <string>Bytes per Line</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QSpinBox" name="sbBytesPerLine"> + <property name="minimum"> + <number>1</number> + </property> + <property name="maximum"> + <number>32</number> + </property> + <property name="value"> + <number>16</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>40</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> |