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

📄 datastoreuibase.ui

📁 GPS Manager is a GUI for downloading, organizing, maintaining, and uploading GPS data (i.e. tracks,
💻 UI
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>DataStoreUIBase</class><widget class="QMainWindow">    <property name="name">        <cstring>DataStoreUIBase</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>799</width>            <height>603</height>        </rect>    </property>    <property name="caption">        <string>GPS Manager</string>    </property>    <hbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout1</cstring>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QGroupBox">                    <property name="name">                        <cstring>groupBox3</cstring>                    </property>                    <property name="title">                        <string>Routes</string>                    </property>                    <grid>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QListView" row="0" column="0">                            <column>                                <property name="text">                                    <string>Name</string>                                </property>                                <property name="clickable">                                    <bool>true</bool>                                </property>                                <property name="resizable">                                    <bool>true</bool>                                </property>                            </column>                            <property name="name">                                <cstring>mRouteListView</cstring>                            </property>                            <property name="enabled">                                <bool>false</bool>                            </property>                            <property name="selectionMode">                                <enum>Extended</enum>                            </property>                        </widget>                    </grid>                </widget>                <widget class="QGroupBox">                    <property name="name">                        <cstring>mTrackFrame</cstring>                    </property>                    <property name="sizePolicy">                        <sizepolicy>                            <hsizetype>1</hsizetype>                            <vsizetype>1</vsizetype>                            <horstretch>0</horstretch>                            <verstretch>0</verstretch>                        </sizepolicy>                    </property>                    <property name="title">                        <string>Tracks</string>                    </property>                    <grid>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QListView" row="0" column="0">                            <column>                                <property name="text">                                    <string>Name</string>                                </property>                                <property name="clickable">                                    <bool>true</bool>                                </property>                                <property name="resizable">                                    <bool>true</bool>                                </property>                            </column>                            <property name="name">                                <cstring>mTrackListView</cstring>                            </property>                            <property name="enabled">                                <bool>true</bool>                            </property>                            <property name="selectionMode">                                <enum>Extended</enum>                            </property>                        </widget>                    </grid>                </widget>            </vbox>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout13</cstring>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>layout12</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLabel">                            <property name="name">                                <cstring>textLabel1</cstring>                            </property>                            <property name="sizePolicy">                                <sizepolicy>                                    <hsizetype>5</hsizetype>                                    <vsizetype>5</vsizetype>                                    <horstretch>0</horstretch>                                    <verstretch>0</verstretch>                                </sizepolicy>                            </property>                            <property name="text">                                <string>Filter</string>                            </property>                        </widget>                        <widget class="QLineEdit">                            <property name="name">                                <cstring>mFilterEdit</cstring>                            </property>                        </widget>                    </hbox>                </widget>                <widget class="QGroupBox">                    <property name="name">                        <cstring>mWaypointFrame</cstring>                    </property>                    <property name="title">                        <string>Waypoints</string>                    </property>                    <grid>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QListView" row="0" column="0">                            <column>                                <property name="text">                                    <string>Name</string>                                </property>                                <property name="clickable">                                    <bool>true</bool>                                </property>                                <property name="resizable">                                    <bool>true</bool>                                </property>                            </column>                            <column>                                <property name="text">                                    <string>Lat</string>                                </property>                                <property name="clickable">                                    <bool>true</bool>                                </property>                                <property name="resizable">                                    <bool>true</bool>                                </property>                            </column>                            <column>                                <property name="text">                                    <string>Lon</string>                                </property>                                <property name="clickable">                                    <bool>true</bool>                                </property>                                <property name="resizable">                                    <bool>true</bool>                                </property>                            </column>                            <column>                                <property name="text">                                    <string>Alt</string>                                </property>                                <property name="clickable">                                    <bool>true</bool>                                </property>                                <property name="resizable">                                    <bool>true</bool>                                </property>                            </column>                            <property name="name">                                <cstring>mWaypointListView</cstring>                            </property>                            <property name="selectionMode">                                <enum>Extended</enum>                            </property>                        </widget>                    </grid>                </widget>            </vbox>        </widget>    </hbox></widget><menubar>    <property name="name">        <cstring>menubar</cstring>    </property>    <item text="File" name="PopupMenu_2">        <action name="fileOpenAction"/>        <action name="fileSaveAction"/>        <action name="fileSaveAsAction"/>        <separator/>        <action name="fileExitAction"/>    </item>    <item text="GPS" name="PopupMenu_4">        <action name="gpsDownloadAction"/>        <action name="gpsUploadAction"/>    </item>    <item text="Waypoints" name="PopupMenu">        <action name="addWaypointAction"/>        <action name="deleteWaypointAction"/>    </item>    <item text="Tracks" name="PopupMenu_3">        <action name="addTrackAction"/>        <action name="deleteTrackAction"/>    </item></menubar><toolbars></toolbars><actions>    <action>        <property name="name">            <cstring>fileNewAction</cstring>        </property>        <property name="iconSet">            <iconset></iconset>        </property>        <property name="text">            <string>New</string>        </property>        <property name="menuText">

⌨️ 快捷键说明

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