-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged in Borys's new plugin installer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9293 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
timlinux
committed
Sep 10, 2008
1 parent
45d0c09
commit 62d16ae
Showing
22 changed files
with
3,616 additions
and
23 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
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,85 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
# Form implementation generated from reading ui file 'fetchingbase.ui' | ||
# | ||
# Created: Sun Sep 7 16:22:19 2008 | ||
# by: PyQt4 UI code generator 4.3 | ||
# | ||
# WARNING! All changes made in this file will be lost! | ||
|
||
from PyQt4 import QtCore, QtGui | ||
|
||
class Ui_QgsPluginInstallerFetchingDialog(object): | ||
def setupUi(self, QgsPluginInstallerFetchingDialog): | ||
QgsPluginInstallerFetchingDialog.setObjectName("QgsPluginInstallerFetchingDialog") | ||
QgsPluginInstallerFetchingDialog.resize(QtCore.QSize(QtCore.QRect(0,0,521,332).size()).expandedTo(QgsPluginInstallerFetchingDialog.minimumSizeHint())) | ||
QgsPluginInstallerFetchingDialog.setWindowIcon(QtGui.QIcon(":/plugins/installer/qgis-icon.png")) | ||
|
||
self.gridlayout = QtGui.QGridLayout(QgsPluginInstallerFetchingDialog) | ||
self.gridlayout.setObjectName("gridlayout") | ||
|
||
spacerItem = QtGui.QSpacerItem(249,10,QtGui.QSizePolicy.Minimum,QtGui.QSizePolicy.Fixed) | ||
self.gridlayout.addItem(spacerItem,1,0,1,1) | ||
|
||
self.label1 = QtGui.QLabel(QgsPluginInstallerFetchingDialog) | ||
self.label1.setObjectName("label1") | ||
self.gridlayout.addWidget(self.label1,2,0,1,1) | ||
|
||
self.progressBar = QtGui.QProgressBar(QgsPluginInstallerFetchingDialog) | ||
self.progressBar.setProperty("value",QtCore.QVariant(24)) | ||
self.progressBar.setAlignment(QtCore.Qt.AlignHCenter) | ||
self.progressBar.setTextDirection(QtGui.QProgressBar.TopToBottom) | ||
self.progressBar.setObjectName("progressBar") | ||
self.gridlayout.addWidget(self.progressBar,3,0,1,1) | ||
|
||
spacerItem1 = QtGui.QSpacerItem(248,10,QtGui.QSizePolicy.Minimum,QtGui.QSizePolicy.Fixed) | ||
self.gridlayout.addItem(spacerItem1,4,0,1,1) | ||
|
||
self.hboxlayout = QtGui.QHBoxLayout() | ||
self.hboxlayout.setObjectName("hboxlayout") | ||
|
||
spacerItem2 = QtGui.QSpacerItem(140,27,QtGui.QSizePolicy.MinimumExpanding,QtGui.QSizePolicy.Minimum) | ||
self.hboxlayout.addItem(spacerItem2) | ||
|
||
self.buttonSkip = QtGui.QPushButton(QgsPluginInstallerFetchingDialog) | ||
|
||
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed,QtGui.QSizePolicy.Fixed) | ||
sizePolicy.setHorizontalStretch(0) | ||
sizePolicy.setVerticalStretch(0) | ||
sizePolicy.setHeightForWidth(self.buttonSkip.sizePolicy().hasHeightForWidth()) | ||
self.buttonSkip.setSizePolicy(sizePolicy) | ||
self.buttonSkip.setMinimumSize(QtCore.QSize(180,0)) | ||
self.buttonSkip.setFocusPolicy(QtCore.Qt.NoFocus) | ||
self.buttonSkip.setAutoDefault(False) | ||
self.buttonSkip.setDefault(False) | ||
self.buttonSkip.setFlat(False) | ||
self.buttonSkip.setObjectName("buttonSkip") | ||
self.hboxlayout.addWidget(self.buttonSkip) | ||
|
||
spacerItem3 = QtGui.QSpacerItem(140,27,QtGui.QSizePolicy.MinimumExpanding,QtGui.QSizePolicy.Minimum) | ||
self.hboxlayout.addItem(spacerItem3) | ||
self.gridlayout.addLayout(self.hboxlayout,5,0,1,1) | ||
|
||
self.treeWidget = QtGui.QTreeWidget(QgsPluginInstallerFetchingDialog) | ||
self.treeWidget.setEnabled(True) | ||
self.treeWidget.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAsNeeded) | ||
self.treeWidget.setProperty("showDropIndicator",QtCore.QVariant(False)) | ||
self.treeWidget.setSelectionMode(QtGui.QAbstractItemView.NoSelection) | ||
self.treeWidget.setHorizontalScrollMode(QtGui.QAbstractItemView.ScrollPerItem) | ||
self.treeWidget.setRootIsDecorated(False) | ||
self.treeWidget.setItemsExpandable(False) | ||
self.treeWidget.setObjectName("treeWidget") | ||
self.gridlayout.addWidget(self.treeWidget,0,0,1,1) | ||
|
||
self.retranslateUi(QgsPluginInstallerFetchingDialog) | ||
QtCore.QObject.connect(self.buttonSkip,QtCore.SIGNAL("clicked()"),QgsPluginInstallerFetchingDialog.reject) | ||
QtCore.QMetaObject.connectSlotsByName(QgsPluginInstallerFetchingDialog) | ||
|
||
def retranslateUi(self, QgsPluginInstallerFetchingDialog): | ||
QgsPluginInstallerFetchingDialog.setWindowTitle(QtGui.QApplication.translate("QgsPluginInstallerFetchingDialog", "Fetching repositories", None, QtGui.QApplication.UnicodeUTF8)) | ||
self.label1.setText(QtGui.QApplication.translate("QgsPluginInstallerFetchingDialog", "Overall progress:", None, QtGui.QApplication.UnicodeUTF8)) | ||
self.buttonSkip.setText(QtGui.QApplication.translate("QgsPluginInstallerFetchingDialog", "Abort fetching", None, QtGui.QApplication.UnicodeUTF8)) | ||
self.treeWidget.headerItem().setText(0,QtGui.QApplication.translate("QgsPluginInstallerFetchingDialog", "Repository", None, QtGui.QApplication.UnicodeUTF8)) | ||
self.treeWidget.headerItem().setText(1,QtGui.QApplication.translate("QgsPluginInstallerFetchingDialog", "State", None, QtGui.QApplication.UnicodeUTF8)) | ||
|
||
import resources_rc |
Oops, something went wrong.