-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for Borys and added some missing files
git-svn-id: http://svn.osgeo.org/qgis/trunk@9310 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
timlinux
committed
Sep 12, 2008
1 parent
9b5849d
commit 0715a13
Showing
14 changed files
with
269 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,200 @@ | ||
<ui version="4.0" > | ||
<author>Matthew Perry, Borys Jurgiel</author> | ||
<class>QgsPluginInstallerFetchingDialog</class> | ||
<widget class="QDialog" name="QgsPluginInstallerFetchingDialog" > | ||
<property name="geometry" > | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>521</width> | ||
<height>332</height> | ||
</rect> | ||
</property> | ||
<property name="windowTitle" > | ||
<string>Fetching repositories</string> | ||
</property> | ||
<property name="windowIcon" > | ||
<iconset resource="resources.qrc" >:/plugins/installer/qgis-icon.png</iconset> | ||
</property> | ||
<layout class="QGridLayout" > | ||
<item row="1" column="0" > | ||
<spacer> | ||
<property name="orientation" > | ||
<enum>Qt::Vertical</enum> | ||
</property> | ||
<property name="sizeType" > | ||
<enum>QSizePolicy::Fixed</enum> | ||
</property> | ||
<property name="sizeHint" > | ||
<size> | ||
<width>249</width> | ||
<height>10</height> | ||
</size> | ||
</property> | ||
</spacer> | ||
</item> | ||
<item row="2" column="0" > | ||
<widget class="QLabel" name="label1" > | ||
<property name="text" > | ||
<string>Overall progress:</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item row="3" column="0" > | ||
<widget class="QProgressBar" name="progressBar" > | ||
<property name="value" > | ||
<number>24</number> | ||
</property> | ||
<property name="alignment" > | ||
<set>Qt::AlignHCenter</set> | ||
</property> | ||
<property name="textDirection" > | ||
<enum>QProgressBar::TopToBottom</enum> | ||
</property> | ||
<property name="format" > | ||
<string/> | ||
</property> | ||
</widget> | ||
</item> | ||
<item row="4" column="0" > | ||
<spacer> | ||
<property name="orientation" > | ||
<enum>Qt::Vertical</enum> | ||
</property> | ||
<property name="sizeType" > | ||
<enum>QSizePolicy::Fixed</enum> | ||
</property> | ||
<property name="sizeHint" > | ||
<size> | ||
<width>248</width> | ||
<height>10</height> | ||
</size> | ||
</property> | ||
</spacer> | ||
</item> | ||
<item row="5" column="0" > | ||
<layout class="QHBoxLayout" > | ||
<item> | ||
<spacer> | ||
<property name="orientation" > | ||
<enum>Qt::Horizontal</enum> | ||
</property> | ||
<property name="sizeType" > | ||
<enum>QSizePolicy::MinimumExpanding</enum> | ||
</property> | ||
<property name="sizeHint" > | ||
<size> | ||
<width>140</width> | ||
<height>27</height> | ||
</size> | ||
</property> | ||
</spacer> | ||
</item> | ||
<item> | ||
<widget class="QPushButton" name="buttonSkip" > | ||
<property name="sizePolicy" > | ||
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" > | ||
<horstretch>0</horstretch> | ||
<verstretch>0</verstretch> | ||
</sizepolicy> | ||
</property> | ||
<property name="minimumSize" > | ||
<size> | ||
<width>180</width> | ||
<height>0</height> | ||
</size> | ||
</property> | ||
<property name="focusPolicy" > | ||
<enum>Qt::NoFocus</enum> | ||
</property> | ||
<property name="text" > | ||
<string>Abort fetching</string> | ||
</property> | ||
<property name="autoDefault" > | ||
<bool>false</bool> | ||
</property> | ||
<property name="default" > | ||
<bool>false</bool> | ||
</property> | ||
<property name="flat" > | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<spacer> | ||
<property name="orientation" > | ||
<enum>Qt::Horizontal</enum> | ||
</property> | ||
<property name="sizeType" > | ||
<enum>QSizePolicy::MinimumExpanding</enum> | ||
</property> | ||
<property name="sizeHint" > | ||
<size> | ||
<width>140</width> | ||
<height>27</height> | ||
</size> | ||
</property> | ||
</spacer> | ||
</item> | ||
</layout> | ||
</item> | ||
<item row="0" column="0" > | ||
<widget class="QTreeWidget" name="treeWidget" > | ||
<property name="enabled" > | ||
<bool>true</bool> | ||
</property> | ||
<property name="horizontalScrollBarPolicy" > | ||
<enum>Qt::ScrollBarAsNeeded</enum> | ||
</property> | ||
<property name="showDropIndicator" stdset="0" > | ||
<bool>false</bool> | ||
</property> | ||
<property name="selectionMode" > | ||
<enum>QAbstractItemView::NoSelection</enum> | ||
</property> | ||
<property name="horizontalScrollMode" > | ||
<enum>QAbstractItemView::ScrollPerItem</enum> | ||
</property> | ||
<property name="rootIsDecorated" > | ||
<bool>false</bool> | ||
</property> | ||
<property name="itemsExpandable" > | ||
<bool>false</bool> | ||
</property> | ||
<column> | ||
<property name="text" > | ||
<string>Repository</string> | ||
</property> | ||
</column> | ||
<column> | ||
<property name="text" > | ||
<string>State</string> | ||
</property> | ||
</column> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
<resources> | ||
<include location="resources.qrc" /> | ||
</resources> | ||
<connections> | ||
<connection> | ||
<sender>buttonSkip</sender> | ||
<signal>clicked()</signal> | ||
<receiver>QgsPluginInstallerFetchingDialog</receiver> | ||
<slot>reject()</slot> | ||
<hints> | ||
<hint type="sourcelabel" > | ||
<x>350</x> | ||
<y>321</y> | ||
</hint> | ||
<hint type="destinationlabel" > | ||
<x>250</x> | ||
<y>76</y> | ||
</hint> | ||
</hints> | ||
</connection> | ||
</connections> | ||
</ui> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.