|
| 1 | +<ui version="4.0" > |
| 2 | + <author>Matthew Perry, Borys Jurgiel</author> |
| 3 | + <class>QgsPluginInstallerFetchingDialog</class> |
| 4 | + <widget class="QDialog" name="QgsPluginInstallerFetchingDialog" > |
| 5 | + <property name="geometry" > |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>521</width> |
| 10 | + <height>332</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle" > |
| 14 | + <string>Fetching repositories</string> |
| 15 | + </property> |
| 16 | + <property name="windowIcon" > |
| 17 | + <iconset resource="resources.qrc" >:/plugins/installer/qgis-icon.png</iconset> |
| 18 | + </property> |
| 19 | + <layout class="QGridLayout" > |
| 20 | + <item row="1" column="0" > |
| 21 | + <spacer> |
| 22 | + <property name="orientation" > |
| 23 | + <enum>Qt::Vertical</enum> |
| 24 | + </property> |
| 25 | + <property name="sizeType" > |
| 26 | + <enum>QSizePolicy::Fixed</enum> |
| 27 | + </property> |
| 28 | + <property name="sizeHint" > |
| 29 | + <size> |
| 30 | + <width>249</width> |
| 31 | + <height>10</height> |
| 32 | + </size> |
| 33 | + </property> |
| 34 | + </spacer> |
| 35 | + </item> |
| 36 | + <item row="2" column="0" > |
| 37 | + <widget class="QLabel" name="label1" > |
| 38 | + <property name="text" > |
| 39 | + <string>Overall progress:</string> |
| 40 | + </property> |
| 41 | + </widget> |
| 42 | + </item> |
| 43 | + <item row="3" column="0" > |
| 44 | + <widget class="QProgressBar" name="progressBar" > |
| 45 | + <property name="value" > |
| 46 | + <number>24</number> |
| 47 | + </property> |
| 48 | + <property name="alignment" > |
| 49 | + <set>Qt::AlignHCenter</set> |
| 50 | + </property> |
| 51 | + <property name="textDirection" > |
| 52 | + <enum>QProgressBar::TopToBottom</enum> |
| 53 | + </property> |
| 54 | + <property name="format" > |
| 55 | + <string/> |
| 56 | + </property> |
| 57 | + </widget> |
| 58 | + </item> |
| 59 | + <item row="4" column="0" > |
| 60 | + <spacer> |
| 61 | + <property name="orientation" > |
| 62 | + <enum>Qt::Vertical</enum> |
| 63 | + </property> |
| 64 | + <property name="sizeType" > |
| 65 | + <enum>QSizePolicy::Fixed</enum> |
| 66 | + </property> |
| 67 | + <property name="sizeHint" > |
| 68 | + <size> |
| 69 | + <width>248</width> |
| 70 | + <height>10</height> |
| 71 | + </size> |
| 72 | + </property> |
| 73 | + </spacer> |
| 74 | + </item> |
| 75 | + <item row="5" column="0" > |
| 76 | + <layout class="QHBoxLayout" > |
| 77 | + <item> |
| 78 | + <spacer> |
| 79 | + <property name="orientation" > |
| 80 | + <enum>Qt::Horizontal</enum> |
| 81 | + </property> |
| 82 | + <property name="sizeType" > |
| 83 | + <enum>QSizePolicy::MinimumExpanding</enum> |
| 84 | + </property> |
| 85 | + <property name="sizeHint" > |
| 86 | + <size> |
| 87 | + <width>140</width> |
| 88 | + <height>27</height> |
| 89 | + </size> |
| 90 | + </property> |
| 91 | + </spacer> |
| 92 | + </item> |
| 93 | + <item> |
| 94 | + <widget class="QPushButton" name="buttonSkip" > |
| 95 | + <property name="sizePolicy" > |
| 96 | + <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > |
| 97 | + <horstretch>0</horstretch> |
| 98 | + <verstretch>0</verstretch> |
| 99 | + </sizepolicy> |
| 100 | + </property> |
| 101 | + <property name="minimumSize" > |
| 102 | + <size> |
| 103 | + <width>180</width> |
| 104 | + <height>0</height> |
| 105 | + </size> |
| 106 | + </property> |
| 107 | + <property name="focusPolicy" > |
| 108 | + <enum>Qt::NoFocus</enum> |
| 109 | + </property> |
| 110 | + <property name="text" > |
| 111 | + <string>Abort fetching</string> |
| 112 | + </property> |
| 113 | + <property name="autoDefault" > |
| 114 | + <bool>false</bool> |
| 115 | + </property> |
| 116 | + <property name="default" > |
| 117 | + <bool>false</bool> |
| 118 | + </property> |
| 119 | + <property name="flat" > |
| 120 | + <bool>false</bool> |
| 121 | + </property> |
| 122 | + </widget> |
| 123 | + </item> |
| 124 | + <item> |
| 125 | + <spacer> |
| 126 | + <property name="orientation" > |
| 127 | + <enum>Qt::Horizontal</enum> |
| 128 | + </property> |
| 129 | + <property name="sizeType" > |
| 130 | + <enum>QSizePolicy::MinimumExpanding</enum> |
| 131 | + </property> |
| 132 | + <property name="sizeHint" > |
| 133 | + <size> |
| 134 | + <width>140</width> |
| 135 | + <height>27</height> |
| 136 | + </size> |
| 137 | + </property> |
| 138 | + </spacer> |
| 139 | + </item> |
| 140 | + </layout> |
| 141 | + </item> |
| 142 | + <item row="0" column="0" > |
| 143 | + <widget class="QTreeWidget" name="treeWidget" > |
| 144 | + <property name="enabled" > |
| 145 | + <bool>true</bool> |
| 146 | + </property> |
| 147 | + <property name="horizontalScrollBarPolicy" > |
| 148 | + <enum>Qt::ScrollBarAsNeeded</enum> |
| 149 | + </property> |
| 150 | + <property name="showDropIndicator" stdset="0" > |
| 151 | + <bool>false</bool> |
| 152 | + </property> |
| 153 | + <property name="selectionMode" > |
| 154 | + <enum>QAbstractItemView::NoSelection</enum> |
| 155 | + </property> |
| 156 | + <property name="horizontalScrollMode" > |
| 157 | + <enum>QAbstractItemView::ScrollPerItem</enum> |
| 158 | + </property> |
| 159 | + <property name="rootIsDecorated" > |
| 160 | + <bool>false</bool> |
| 161 | + </property> |
| 162 | + <property name="itemsExpandable" > |
| 163 | + <bool>false</bool> |
| 164 | + </property> |
| 165 | + <column> |
| 166 | + <property name="text" > |
| 167 | + <string>Repository</string> |
| 168 | + </property> |
| 169 | + </column> |
| 170 | + <column> |
| 171 | + <property name="text" > |
| 172 | + <string>State</string> |
| 173 | + </property> |
| 174 | + </column> |
| 175 | + </widget> |
| 176 | + </item> |
| 177 | + </layout> |
| 178 | + </widget> |
| 179 | + <resources> |
| 180 | + <include location="resources.qrc" /> |
| 181 | + </resources> |
| 182 | + <connections> |
| 183 | + <connection> |
| 184 | + <sender>buttonSkip</sender> |
| 185 | + <signal>clicked()</signal> |
| 186 | + <receiver>QgsPluginInstallerFetchingDialog</receiver> |
| 187 | + <slot>reject()</slot> |
| 188 | + <hints> |
| 189 | + <hint type="sourcelabel" > |
| 190 | + <x>350</x> |
| 191 | + <y>321</y> |
| 192 | + </hint> |
| 193 | + <hint type="destinationlabel" > |
| 194 | + <x>250</x> |
| 195 | + <y>76</y> |
| 196 | + </hint> |
| 197 | + </hints> |
| 198 | + </connection> |
| 199 | + </connections> |
| 200 | +</ui> |
0 commit comments