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

📄 gui.ui

📁 一个非常好的GIS开源新版本
💻 UI
字号:
<ui version="4.0" > <class>Dialog</class> <widget class="QDialog" name="Dialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>761</width>    <height>471</height>   </rect>  </property>  <property name="windowTitle" >   <string>QGIS Plugin Installer</string>  </property>  <layout class="QVBoxLayout" >   <item>    <widget class="QLabel" name="label" >     <property name="text" >      <string>Select repository, retrieve the list of available plugins, select one and install it</string>     </property>    </widget>   </item>   <item>    <widget class="QGroupBox" name="groupBox" >     <property name="title" >      <string>Repository</string>     </property>     <layout class="QVBoxLayout" >      <item>       <layout class="QHBoxLayout" >        <item>         <widget class="QLabel" name="label_4" >          <property name="text" >           <string>Active repository:</string>          </property>         </widget>        </item>        <item>         <widget class="QComboBox" name="comboRepositories" >          <property name="sizePolicy" >           <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >            <horstretch>0</horstretch>            <verstretch>0</verstretch>           </sizepolicy>          </property>         </widget>        </item>       </layout>      </item>      <item>       <layout class="QHBoxLayout" >        <item>         <widget class="QPushButton" name="buttonBrowse" >          <property name="sizePolicy" >           <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >            <horstretch>0</horstretch>            <verstretch>0</verstretch>           </sizepolicy>          </property>          <property name="text" >           <string>Get List</string>          </property>         </widget>        </item>        <item>         <spacer>          <property name="orientation" >           <enum>Qt::Horizontal</enum>          </property>          <property name="sizeHint" >           <size>            <width>40</width>            <height>20</height>           </size>          </property>         </spacer>        </item>        <item>         <widget class="QPushButton" name="buttonAddRep" >          <property name="text" >           <string>Add</string>          </property>         </widget>        </item>        <item>         <widget class="QPushButton" name="buttonEditRep" >          <property name="text" >           <string>Edit</string>          </property>         </widget>        </item>        <item>         <widget class="QPushButton" name="buttonDeleteRep" >          <property name="text" >           <string>Delete</string>          </property>         </widget>        </item>       </layout>      </item>     </layout>    </widget>   </item>   <item>    <widget class="QTreeWidget" name="treePlugins" >     <property name="alternatingRowColors" >      <bool>true</bool>     </property>     <property name="rootIsDecorated" >      <bool>false</bool>     </property>     <property name="itemsExpandable" >      <bool>false</bool>     </property>     <column>      <property name="text" >       <string>Name</string>      </property>     </column>     <column>      <property name="text" >       <string>Version</string>      </property>     </column>     <column>      <property name="text" >       <string>Description</string>      </property>     </column>     <column>      <property name="text" >       <string>Author</string>      </property>     </column>    </widget>   </item>   <item>    <layout class="QHBoxLayout" >     <item>      <widget class="QLabel" name="label_2" >       <property name="text" >        <string>Name of plugin to install</string>       </property>      </widget>     </item>     <item>      <widget class="QLineEdit" name="linePlugin" />     </item>     <item>      <widget class="QPushButton" name="pbnOK" >       <property name="text" >        <string>Install Plugin</string>       </property>      </widget>     </item>    </layout>   </item>   <item>    <layout class="QHBoxLayout" >     <item>      <widget class="QLabel" name="label_3" >       <property name="text" >        <string>The plugin will be installed to ~/.qgis/python/plugins</string>       </property>      </widget>     </item>     <item>      <widget class="QPushButton" name="pbnCancel" >       <property name="sizePolicy" >        <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >         <horstretch>0</horstretch>         <verstretch>0</verstretch>        </sizepolicy>       </property>       <property name="text" >        <string>Done</string>       </property>      </widget>     </item>    </layout>   </item>  </layout> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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