config.ui
来自「linux下 minigui用的 qvfb 1.1插件」· UI 代码 · 共 1,510 行 · 第 1/5 页
UI
1,510 行
<!DOCTYPE UI><UI><class>Config</class><widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>Config</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>481</width> <height>645</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Configure</string> </property> <property stdset="1"> <name>sizeGripEnabled</name> <bool>true</bool> </property> <grid> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget row="0" column="1" > <class>QButtonGroup</class> <property stdset="1"> <name>name</name> <cstring>ButtonGroup2</cstring> </property> <property stdset="1"> <name>title</name> <string>Depth</string> </property> <widget> <class>QRadioButton</class> <property stdset="1"> <name>name</name> <cstring>depth_1</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>11</x> <y>19</y> <width>229</width> <height>19</height> </rect> </property> <property stdset="1"> <name>text</name> <string>1 bit monochrome</string> </property> </widget> <widget> <class>QRadioButton</class> <property stdset="1"> <name>name</name> <cstring>depth_4gray</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>11</x> <y>44</y> <width>229</width> <height>19</height> </rect> </property> <property stdset="1"> <name>text</name> <string>4 bit grayscale</string> </property> </widget> <widget> <class>QRadioButton</class> <property stdset="1"> <name>name</name> <cstring>depth_8</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>11</x> <y>69</y> <width>229</width> <height>19</height> </rect> </property> <property stdset="1"> <name>text</name> <string>8 bit</string> </property> </widget> <widget> <class>QRadioButton</class> <property stdset="1"> <name>name</name> <cstring>depth_12</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>11</x> <y>94</y> <width>229</width> <height>19</height> </rect> </property> <property stdset="1"> <name>text</name> <string>12 (16) bit</string> </property> </widget> <widget> <class>QRadioButton</class> <property stdset="1"> <name>name</name> <cstring>depth_16</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>11</x> <y>119</y> <width>229</width> <height>19</height> </rect> </property> <property stdset="1"> <name>text</name> <string>16 bit</string> </property> </widget> <widget> <class>QRadioButton</class> <property stdset="1"> <name>name</name> <cstring>depth_32</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>11</x> <y>144</y> <width>229</width> <height>19</height> </rect> </property> <property stdset="1"> <name>text</name> <string>32 bit</string> </property> </widget> </widget> <widget row="3" column="0" rowspan="1" colspan="2" > <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout1</cstring> </property> <hbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <spacer> <property> <name>name</name> <cstring>Horizontal Spacing2</cstring> </property> <property stdset="1"> <name>orientation</name> <enum>Horizontal</enum> </property> <property stdset="1"> <name>sizeType</name> <enum>Expanding</enum> </property> <property> <name>sizeHint</name> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>buttonOk</cstring> </property> <property stdset="1"> <name>text</name> <string>&OK</string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> <property stdset="1"> <name>default</name> <bool>true</bool> </property> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>buttonCancel</cstring> </property> <property stdset="1"> <name>text</name> <string>&Cancel</string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> </widget> </hbox> </widget> <widget row="2" column="0" rowspan="1" colspan="2" > <class>QGroupBox</class> <property stdset="1"> <name>name</name> <cstring>GroupBox1</cstring> </property> <property stdset="1"> <name>title</name> <string>Gamma</string> </property> <grid> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget row="6" column="0" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel3</cstring> </property> <property stdset="1"> <name>text</name> <string>Blue</string> </property> </widget> <widget row="6" column="1" > <class>QSlider</class> <property stdset="1"> <name>name</name> <cstring>bslider</cstring> </property> <property stdset="1"> <name>palette</name> <palette> <active> <color> <red>0</red> <green>0</green> <blue>0</blue> </color> <color> <red>0</red> <green>0</green> <blue>255</blue> </color> <color> <red>127</red> <green>127</green> <blue>255</blue> </color> <color> <red>63</red> <green>63</green> <blue>255</blue> </color> <color> <red>0</red> <green>0</green> <blue>127</blue> </color>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?