⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 optionsform.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>OptionsForm</class><widget class="QDialog">    <property name="name">        <cstring>OptionsForm</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>306</width>            <height>226</height>        </rect>    </property>    <property name="caption">        <string>Color Tool -- Options</string>    </property>    <vbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QGroupBox">            <property name="name">                <cstring>GroupBox2</cstring>            </property>            <property name="title">                <string>Table View</string>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QCheckBox">                    <property name="name">                        <cstring>webCheckBox</cstring>                    </property>                    <property name="text">                        <string>Indicate &amp;Web Colors</string>                    </property>                    <property name="checked">                        <bool>true</bool>                    </property>                </widget>            </hbox>        </widget>        <widget class="QButtonGroup">            <property name="name">                <cstring>ButtonGroup1</cstring>            </property>            <property name="title">                <string>Copy to Clipboard As</string>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QRadioButton">                    <property name="name">                        <cstring>hexRadioButton</cstring>                    </property>                    <property name="text">                        <string>&amp;Hex, e.g. #AB347F</string>                    </property>                    <property name="checked">                        <bool>true</bool>                    </property>                </widget>                <widget class="QRadioButton">                    <property name="name">                        <cstring>nameRadioButton</cstring>                    </property>                    <property name="text">                        <string>&amp;Name, e.g. light blue</string>                    </property>                </widget>                <widget class="QRadioButton">                    <property name="name">                        <cstring>rgbRadioButton</cstring>                    </property>                    <property name="text">                        <string>&amp;RGB, e.g. 51,255,102</string>                    </property>                </widget>            </vbox>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>Layout5</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <spacer>                    <property name="name">                        <cstring>Spacer2</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>0</width>                            <height>10</height>                        </size>                    </property>                </spacer>                <widget class="QPushButton">                    <property name="name">                        <cstring>okPushButton</cstring>                    </property>                    <property name="text">                        <string>OK</string>                    </property>                    <property name="default">                        <bool>true</bool>                    </property>                </widget>                <widget class="QPushButton">                    <property name="name">                        <cstring>cancelPushButton</cstring>                    </property>                    <property name="text">                        <string>Cancel</string>                    </property>                </widget>            </hbox>        </widget>    </vbox></widget><connections>    <connection>        <sender>okPushButton</sender>        <signal>clicked()</signal>        <receiver>OptionsForm</receiver>        <slot>accept()</slot>    </connection>    <connection>        <sender>cancelPushButton</sender>        <signal>clicked()</signal>        <receiver>OptionsForm</receiver>        <slot>reject()</slot>    </connection></connections><includes>    <include location="local" impldecl="in implementation">optionsform.ui.h</include></includes><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -