~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/ui/qgspluginmanagerbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
   <rect>
6
6
    <x>0</x>
7
7
    <y>0</y>
8
 
    <width>564</width>
9
 
    <height>368</height>
 
8
    <width>551</width>
 
9
    <height>377</height>
10
10
   </rect>
11
11
  </property>
 
12
  <property name="mouseTracking" >
 
13
   <bool>false</bool>
 
14
  </property>
12
15
  <property name="windowTitle" >
13
 
   <string>QGIS Plugin Manger</string>
 
16
   <string>QGIS Plugin Manager</string>
14
17
  </property>
15
18
  <property name="modal" >
16
19
   <bool>true</bool>
17
20
  </property>
18
21
  <layout class="QGridLayout" >
19
 
   <property name="margin" >
20
 
    <number>10</number>
21
 
   </property>
22
 
   <property name="spacing" >
23
 
    <number>6</number>
24
 
   </property>
25
 
   <item row="0" column="0" >
26
 
    <layout class="QHBoxLayout" >
27
 
     <property name="margin" >
28
 
      <number>0</number>
29
 
     </property>
30
 
     <property name="spacing" >
31
 
      <number>6</number>
32
 
     </property>
33
 
     <item>
34
 
      <widget class="QLabel" name="textLabel1" >
35
 
       <property name="text" >
36
 
        <string>Plugin Directory</string>
37
 
       </property>
38
 
       <property name="buddy" >
39
 
        <cstring>txtPluginDir</cstring>
40
 
       </property>
41
 
      </widget>
42
 
     </item>
43
 
     <item>
44
 
      <widget class="QLineEdit" name="txtPluginDir" />
45
 
     </item>
46
 
     <item>
47
 
      <widget class="QPushButton" name="btnBrowse" >
48
 
       <property name="maximumSize" >
49
 
        <size>
50
 
         <width>60</width>
51
 
         <height>32767</height>
52
 
        </size>
53
 
       </property>
54
 
       <property name="text" >
55
 
        <string>...</string>
56
 
       </property>
57
 
      </widget>
58
 
     </item>
59
 
    </layout>
 
22
   <item row="0" column="0" colspan="3" >
 
23
    <widget class="QLabel" name="textLabel1_2" >
 
24
     <property name="text" >
 
25
      <string>To enable / disable a plugin, click its checkbox or description</string>
 
26
     </property>
 
27
    </widget>
 
28
   </item>
 
29
   <item row="1" column="0" colspan="3" >
 
30
    <widget class="QListView" name="vwPlugins" >
 
31
     <property name="selectionMode" >
 
32
      <enum>QAbstractItemView::SingleSelection</enum>
 
33
     </property>
 
34
     <property name="selectionBehavior" >
 
35
      <enum>QAbstractItemView::SelectItems</enum>
 
36
     </property>
 
37
     <property name="wordWrap" >
 
38
      <bool>true</bool>
 
39
     </property>
 
40
    </widget>
60
41
   </item>
61
42
   <item row="2" column="0" >
62
 
    <widget class="Q3ListView" name="lstPlugins" >
63
 
     <property name="font" >
64
 
      <font>
65
 
       <family>Arial</family>
66
 
       <pointsize>10</pointsize>
67
 
       <weight>50</weight>
68
 
       <italic>false</italic>
69
 
       <bold>false</bold>
70
 
       <underline>false</underline>
71
 
       <strikeout>false</strikeout>
72
 
      </font>
73
 
     </property>
74
 
     <column>
75
 
      <property name="text" >
76
 
       <string>Name</string>
77
 
      </property>
78
 
     </column>
79
 
     <column>
80
 
      <property name="text" >
81
 
       <string>Version</string>
82
 
      </property>
83
 
     </column>
84
 
     <column>
85
 
      <property name="text" >
86
 
       <string>Description</string>
87
 
      </property>
88
 
     </column>
89
 
     <column>
90
 
      <property name="text" >
91
 
       <string>Library Name</string>
92
 
      </property>
93
 
     </column>
94
 
    </widget>
95
 
   </item>
96
 
   <item row="1" column="0" >
97
 
    <widget class="QLabel" name="textLabel1_2" >
98
 
     <property name="text" >
99
 
      <string>To load a plugin, click the checkbox next to the plugin and click Ok</string>
100
 
     </property>
101
 
    </widget>
102
 
   </item>
103
 
   <item row="3" column="0" >
104
 
    <layout class="QHBoxLayout" >
105
 
     <property name="margin" >
106
 
      <number>0</number>
107
 
     </property>
108
 
     <property name="spacing" >
109
 
      <number>6</number>
110
 
     </property>
111
 
     <item>
112
 
      <spacer>
113
 
       <property name="orientation" >
114
 
        <enum>Qt::Horizontal</enum>
115
 
       </property>
116
 
       <property name="sizeType" >
117
 
        <enum>QSizePolicy::Expanding</enum>
118
 
       </property>
119
 
       <property name="sizeHint" >
120
 
        <size>
121
 
         <width>100</width>
122
 
         <height>21</height>
123
 
        </size>
124
 
       </property>
125
 
      </spacer>
126
 
     </item>
127
 
     <item>
128
 
      <widget class="QPushButton" name="btnSelectAll" >
129
 
       <property name="text" >
130
 
        <string>&amp;Select All</string>
131
 
       </property>
132
 
       <property name="shortcut" >
133
 
        <string>Alt+S</string>
134
 
       </property>
135
 
      </widget>
136
 
     </item>
137
 
     <item>
138
 
      <widget class="QPushButton" name="btnClearAll" >
139
 
       <property name="text" >
140
 
        <string>C&amp;lear All</string>
141
 
       </property>
142
 
       <property name="shortcut" >
143
 
        <string>Alt+L</string>
144
 
       </property>
145
 
      </widget>
146
 
     </item>
147
 
     <item>
148
 
      <widget class="QPushButton" name="btnOk" >
149
 
       <property name="text" >
150
 
        <string>&amp;Ok</string>
151
 
       </property>
152
 
       <property name="shortcut" >
153
 
        <string>Alt+O</string>
154
 
       </property>
155
 
      </widget>
156
 
     </item>
157
 
     <item>
158
 
      <widget class="QPushButton" name="btnClose" >
159
 
       <property name="text" >
160
 
        <string>&amp;Close</string>
161
 
       </property>
162
 
       <property name="shortcut" >
163
 
        <string>Alt+C</string>
164
 
       </property>
165
 
      </widget>
166
 
     </item>
167
 
     <item>
168
 
      <spacer>
169
 
       <property name="orientation" >
170
 
        <enum>Qt::Horizontal</enum>
171
 
       </property>
172
 
       <property name="sizeType" >
173
 
        <enum>QSizePolicy::Expanding</enum>
174
 
       </property>
175
 
       <property name="sizeHint" >
176
 
        <size>
177
 
         <width>100</width>
178
 
         <height>21</height>
179
 
        </size>
180
 
       </property>
181
 
      </spacer>
182
 
     </item>
183
 
    </layout>
 
43
    <widget class="QLabel" name="lblFilter" >
 
44
     <property name="text" >
 
45
      <string>&amp;Filter</string>
 
46
     </property>
 
47
     <property name="buddy" >
 
48
      <cstring>leFilter</cstring>
 
49
     </property>
 
50
    </widget>
 
51
   </item>
 
52
   <item row="2" column="1" colspan="2" >
 
53
    <widget class="QLineEdit" name="leFilter" />
 
54
   </item>
 
55
   <item row="3" column="0" colspan="2" >
 
56
    <widget class="QLabel" name="textLabel1" >
 
57
     <property name="text" >
 
58
      <string>Plugin Directory:</string>
 
59
     </property>
 
60
    </widget>
 
61
   </item>
 
62
   <item row="3" column="2" >
 
63
    <widget class="QLabel" name="lblPluginDir" >
 
64
     <property name="sizePolicy" >
 
65
      <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
 
66
       <horstretch>0</horstretch>
 
67
       <verstretch>0</verstretch>
 
68
      </sizepolicy>
 
69
     </property>
 
70
     <property name="text" >
 
71
      <string>Directory</string>
 
72
     </property>
 
73
     <property name="alignment" >
 
74
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
75
     </property>
 
76
     <property name="wordWrap" >
 
77
      <bool>true</bool>
 
78
     </property>
 
79
    </widget>
 
80
   </item>
 
81
   <item row="4" column="0" colspan="2" >
 
82
    <widget class="QPushButton" name="btnPluginInstaller" >
 
83
     <property name="text" >
 
84
      <string>Plugin Installer</string>
 
85
     </property>
 
86
    </widget>
 
87
   </item>
 
88
   <item row="4" column="2" >
 
89
    <widget class="QDialogButtonBox" name="buttonBox" >
 
90
     <property name="standardButtons" >
 
91
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
92
     </property>
 
93
    </widget>
184
94
   </item>
185
95
  </layout>
186
96
 </widget>
187
97
 <layoutdefault spacing="6" margin="11" />
188
 
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
189
 
 <customwidgets>
190
 
  <customwidget>
191
 
   <class>Q3ListView</class>
192
 
   <extends>Q3Frame</extends>
193
 
   <header>q3listview.h</header>
194
 
  </customwidget>
195
 
 </customwidgets>
 
98
 <tabstops>
 
99
  <tabstop>vwPlugins</tabstop>
 
100
  <tabstop>leFilter</tabstop>
 
101
  <tabstop>btnPluginInstaller</tabstop>
 
102
  <tabstop>buttonBox</tabstop>
 
103
 </tabstops>
196
104
 <resources/>
197
 
 <connections/>
 
105
 <connections>
 
106
  <connection>
 
107
   <sender>buttonBox</sender>
 
108
   <signal>accepted()</signal>
 
109
   <receiver>QgsPluginManagerBase</receiver>
 
110
   <slot>accept()</slot>
 
111
   <hints>
 
112
    <hint type="sourcelabel" >
 
113
     <x>511</x>
 
114
     <y>305</y>
 
115
    </hint>
 
116
    <hint type="destinationlabel" >
 
117
     <x>561</x>
 
118
     <y>271</y>
 
119
    </hint>
 
120
   </hints>
 
121
  </connection>
 
122
  <connection>
 
123
   <sender>buttonBox</sender>
 
124
   <signal>rejected()</signal>
 
125
   <receiver>QgsPluginManagerBase</receiver>
 
126
   <slot>reject()</slot>
 
127
   <hints>
 
128
    <hint type="sourcelabel" >
 
129
     <x>447</x>
 
130
     <y>304</y>
 
131
    </hint>
 
132
    <hint type="destinationlabel" >
 
133
     <x>479</x>
 
134
     <y>341</y>
 
135
    </hint>
 
136
   </hints>
 
137
  </connection>
 
138
 </connections>
198
139
</ui>