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

📄 remotectrl.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>RemoteCtrl</class><widget class="QDialog">    <property name="name">        <cstring>RemoteCtrl</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>279</width>            <height>185</height>        </rect>    </property>    <property name="caption">        <string>Remote control</string>    </property>    <property name="sizeGripEnabled">        <bool>true</bool>    </property>    <hbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <property name="margin">            <number>11</number>        </property>        <property name="spacing">            <number>6</number>        </property>        <widget class="QLayoutWidget">            <property name="name">                <cstring>Layout5</cstring>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">                    <number>0</number>                </property>                <property name="spacing">                    <number>6</number>                </property>                <widget class="QLineEdit">                    <property name="name">                        <cstring>textToSend</cstring>                    </property>                </widget>                <spacer>                    <property name="name" stdset="0">                        <cstring>Spacer5_2</cstring>                    </property>                    <property name="orientation">                        <enum>Vertical</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>20</width>                            <height>20</height>                        </size>                    </property>                </spacer>            </vbox>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>Layout6</cstring>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">                    <number>0</number>                </property>                <property name="spacing">                    <number>6</number>                </property>                <widget class="QPushButton">                    <property name="name">                        <cstring>sText</cstring>                    </property>                    <property name="text">                        <string>Send &amp;Text</string>                    </property>                </widget>                <widget class="QPushButton">                    <property name="name">                        <cstring>sImage</cstring>                    </property>                    <property name="text">                        <string>Send &amp;Image...</string>                    </property>                </widget>                <widget class="QPushButton">                    <property name="name">                        <cstring>sPalette</cstring>                    </property>                    <property name="text">                        <string>Send &amp;Palette...</string>                    </property>                </widget>                <spacer>                    <property name="name" stdset="0">                        <cstring>Spacer6</cstring>                    </property>                    <property name="orientation">                        <enum>Vertical</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>20</width>                            <height>20</height>                        </size>                    </property>                </spacer>                <widget class="QPushButton">                    <property name="name">                        <cstring>quitButton</cstring>                    </property>                    <property name="text">                        <string>&amp;Quit</string>                    </property>                </widget>            </vbox>        </widget>    </hbox></widget><connections>    <connection>        <sender>quitButton</sender>        <signal>clicked()</signal>        <receiver>RemoteCtrl</receiver>        <slot>close()</slot>    </connection></connections><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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