mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
174 lines
5.6 KiB
XML
174 lines
5.6 KiB
XML
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
|
<class>QgsPluginManagerBase</class>
|
|
<widget class="QDialog">
|
|
<property name="name">
|
|
<cstring>QgsPluginManagerBase</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>410</width>
|
|
<height>304</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>QGIS Plugin Manger</string>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="QListView" row="1" column="0" rowspan="1" colspan="4">
|
|
<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>Description</string>
|
|
</property>
|
|
<property name="clickable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="resizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Library Name</string>
|
|
</property>
|
|
<property name="clickable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="resizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</column>
|
|
<property name="name">
|
|
<cstring>lstPlugins</cstring>
|
|
</property>
|
|
</widget>
|
|
<spacer row="2" column="0">
|
|
<property name="name">
|
|
<cstring>spacer1_2</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>70</width>
|
|
<height>21</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
<widget class="QPushButton" row="2" column="1">
|
|
<property name="name">
|
|
<cstring>btnOk</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Ok</string>
|
|
</property>
|
|
</widget>
|
|
<spacer row="2" column="3">
|
|
<property name="name">
|
|
<cstring>spacer1</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>80</width>
|
|
<height>21</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
<widget class="QPushButton" row="2" column="2">
|
|
<property name="name">
|
|
<cstring>btnClose</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="4">
|
|
<property name="name">
|
|
<cstring>layout1</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="QLabel">
|
|
<property name="name">
|
|
<cstring>textLabel1</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Plugin Directory</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit">
|
|
<property name="name">
|
|
<cstring>txtPluginDir</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton">
|
|
<property name="name">
|
|
<cstring>btnBrowse</cstring>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>30</width>
|
|
<height>32767</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<connections>
|
|
<connection>
|
|
<sender>btnBrowse</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>QgsPluginManagerBase</receiver>
|
|
<slot>browseFiles()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>btnClose</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>QgsPluginManagerBase</receiver>
|
|
<slot>reject()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>btnOk</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>QgsPluginManagerBase</receiver>
|
|
<slot>accept()</slot>
|
|
</connection>
|
|
</connections>
|
|
<slots>
|
|
<slot>browseFiles()</slot>
|
|
</slots>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
</UI>
|