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

📄 colornameform.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>ColorNameForm</class><widget class="QDialog">    <property name="name">        <cstring>ColorNameForm</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>348</width>            <height>105</height>        </rect>    </property>    <property name="caption">        <string>Color Tool -- Color Name</string>    </property>    <hbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLabel">            <property name="name">                <cstring>colorLabel</cstring>            </property>            <property name="minimumSize">                <size>                    <width>80</width>                    <height>0</height>                </size>            </property>            <property name="text">                <string></string>            </property>            <property name="pixmap">                <pixmap>editraise.png</pixmap>            </property>            <property name="scaledContents">                <bool>true</bool>            </property>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>Layout4</cstring>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>Layout1</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLabel">                            <property name="name">                                <cstring>TextLabel2</cstring>                            </property>                            <property name="text">                                <string>&amp;Name</string>                            </property>                            <property name="buddy" stdset="0">                                <cstring>colorLineEdit</cstring>                            </property>                        </widget>                        <widget class="QLineEdit">                            <property name="name">                                <cstring>colorLineEdit</cstring>                            </property>                        </widget>                    </hbox>                </widget>                <spacer>                    <property name="name">                        <cstring>Spacer2</cstring>                    </property>                    <property name="orientation">                        <enum>Vertical</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>20</width>                            <height>0</height>                        </size>                    </property>                </spacer>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>Layout4</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <spacer>                            <property name="name">                                <cstring>Spacer3</cstring>                            </property>                            <property name="orientation">                                <enum>Horizontal</enum>                            </property>                            <property name="sizeType">                                <enum>Expanding</enum>                            </property>                            <property name="sizeHint">                                <size>                                    <width>0</width>                                    <height>11</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>    </hbox></widget><connections>    <connection>        <sender>cancelPushButton</sender>        <signal>clicked()</signal>        <receiver>ColorNameForm</receiver>        <slot>reject()</slot>    </connection>    <connection>        <sender>okPushButton</sender>        <signal>clicked()</signal>        <receiver>ColorNameForm</receiver>        <slot>validate()</slot>    </connection></connections><includes>    <include location="local" impldecl="in implementation">colornameform.ui.h</include></includes><slots>    <slot>validate()</slot></slots><functions>    <function>setColors( const QMap&lt;QString, QColor&gt; &amp; colors )</function></functions><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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