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

📄 groupeditorwidgetbase.ui

📁 GPS Manager is a GUI for downloading, organizing, maintaining, and uploading GPS data (i.e. tracks,
💻 UI
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>GroupEditorWidgetBase</class><widget class="QWidget">    <property name="name">        <cstring>GroupEditorWidgetBase</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>749</width>            <height>748</height>        </rect>    </property>    <property name="caption">        <string>Form1</string>    </property>    <hbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout8</cstring>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel">                    <property name="name">                        <cstring>textLabel1</cstring>                    </property>                    <property name="text">                        <string>Available</string>                    </property>                </widget>                <widget class="QListBox">                    <property name="name">                        <cstring>mAvailableList</cstring>                    </property>                </widget>            </vbox>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout13</cstring>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <spacer>                    <property name="name">                        <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>40</height>                        </size>                    </property>                </spacer>                <widget class="QPushButton">                    <property name="name">                        <cstring>mAssignBtn</cstring>                    </property>                    <property name="text">                        <string>      &gt;&gt;      </string>                    </property>                </widget>                <widget class="QPushButton">                    <property name="name">                        <cstring>mUnassignBtn</cstring>                    </property>                    <property name="text">                        <string>    &lt;&lt;    </string>                    </property>                </widget>                <spacer>                    <property name="name">                        <cstring>spacer7</cstring>                    </property>                    <property name="orientation">                        <enum>Vertical</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>20</width>                            <height>40</height>                        </size>                    </property>                </spacer>            </vbox>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout10</cstring>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel">                    <property name="name">                        <cstring>textLabel2</cstring>                    </property>                    <property name="text">                        <string>Assigned</string>                    </property>                </widget>                <widget class="QListBox">                    <property name="name">                        <cstring>mAssignedList</cstring>                    </property>                </widget>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>layout9</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLineEdit">                            <property name="name">                                <cstring>mNewGroupEdit</cstring>                            </property>                        </widget>                        <widget class="QPushButton">                            <property name="name">                                <cstring>mAddBtn</cstring>                            </property>                            <property name="text">                                <string>Add</string>                            </property>                        </widget>                    </hbox>                </widget>            </vbox>        </widget>    </hbox></widget><connections>    <connection>        <sender>mAssignBtn</sender>        <signal>clicked()</signal>        <receiver>GroupEditorWidgetBase</receiver>        <slot>assignGroup()</slot>    </connection>    <connection>        <sender>mUnassignBtn</sender>        <signal>clicked()</signal>        <receiver>GroupEditorWidgetBase</receiver>        <slot>unassignGroup()</slot>    </connection>    <connection>        <sender>mAddBtn</sender>        <signal>clicked()</signal>        <receiver>GroupEditorWidgetBase</receiver>        <slot>addNewGroup()</slot>    </connection></connections><slots>    <slot access="protected">assignGroup()</slot>    <slot access="protected">unassignGroup()</slot>    <slot access="protected">addNewGroup()</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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