source: dassmodus/trunk/dassmodus/dassmodus/dassmodus/Ui_deploywizard.py@ 955

Last change on this file since 955 was 955, checked in by pstorz, on Sep 28, 2011 at 11:35:12 AM

forgotten files

File size: 5.6 KB
Line 
1# -*- coding: utf-8 -*-
2
3# Form implementation generated from reading ui file 'deploywizard.ui'
4#
5# Created by: PyQt4 UI code generator 4.7.3
6#
7# WARNING! All changes made in this file will be lost!
8
9from PyQt4 import QtCore, QtGui
10
11class Ui_Wizard(object):
12 def setupUi(self, Wizard):
13 Wizard.setObjectName("Wizard")
14 Wizard.resize(501, 339)
15 self.wizardPage1 = QtGui.QWizardPage()
16 self.wizardPage1.setObjectName("wizardPage1")
17 self.verticalLayout = QtGui.QVBoxLayout(self.wizardPage1)
18 self.verticalLayout.setObjectName("verticalLayout")
19 self.label = QtGui.QLabel(self.wizardPage1)
20 self.label.setWordWrap(True)
21 self.label.setObjectName("label")
22 self.verticalLayout.addWidget(self.label)
23 Wizard.addPage(self.wizardPage1)
24 self.wizardPage = QtGui.QWizardPage()
25 self.wizardPage.setObjectName("wizardPage")
26 self.gridLayout_3 = QtGui.QGridLayout(self.wizardPage)
27 self.gridLayout_3.setObjectName("gridLayout_3")
28 self.label_2 = QtGui.QLabel(self.wizardPage)
29 self.label_2.setMinimumSize(QtCore.QSize(485, 0))
30 self.label_2.setWordWrap(True)
31 self.label_2.setObjectName("label_2")
32 self.gridLayout_3.addWidget(self.label_2, 1, 0, 1, 1)
33 self.groupBox = QtGui.QGroupBox(self.wizardPage)
34 self.groupBox.setObjectName("groupBox")
35 self.gridLayout_2 = QtGui.QGridLayout(self.groupBox)
36 self.gridLayout_2.setObjectName("gridLayout_2")
37 self.textBrowser = QtGui.QTextBrowser(self.groupBox)
38 self.textBrowser.setObjectName("textBrowser")
39 self.gridLayout_2.addWidget(self.textBrowser, 0, 2, 1, 1)
40 self.gridLayout_3.addWidget(self.groupBox, 11, 0, 1, 2)
41 self.pushButton = QtGui.QPushButton(self.wizardPage)
42 self.pushButton.setObjectName("pushButton")
43 self.gridLayout_3.addWidget(self.pushButton, 3, 0, 1, 1)
44 self.pushButton_3 = QtGui.QPushButton(self.wizardPage)
45 self.pushButton_3.setObjectName("pushButton_3")
46 self.gridLayout_3.addWidget(self.pushButton_3, 2, 0, 1, 1)
47 self.pushButton_4 = QtGui.QPushButton(self.wizardPage)
48 self.pushButton_4.setObjectName("pushButton_4")
49 self.gridLayout_3.addWidget(self.pushButton_4, 4, 0, 1, 1)
50 Wizard.addPage(self.wizardPage)
51 self.wizardPage2 = QtGui.QWizardPage()
52 self.wizardPage2.setObjectName("wizardPage2")
53 self.gridLayout = QtGui.QGridLayout(self.wizardPage2)
54 self.gridLayout.setObjectName("gridLayout")
55 self.textBrowser_2 = QtGui.QTextBrowser(self.wizardPage2)
56 self.textBrowser_2.setObjectName("textBrowser_2")
57 self.gridLayout.addWidget(self.textBrowser_2, 4, 1, 1, 1)
58 self.pushButton_2 = QtGui.QPushButton(self.wizardPage2)
59 self.pushButton_2.setObjectName("pushButton_2")
60 self.gridLayout.addWidget(self.pushButton_2, 5, 1, 1, 1)
61 self.label_3 = QtGui.QLabel(self.wizardPage2)
62 self.label_3.setObjectName("label_3")
63 self.gridLayout.addWidget(self.label_3, 1, 0, 1, 2)
64 self.groupBox_3 = QtGui.QGroupBox(self.wizardPage2)
65 self.groupBox_3.setObjectName("groupBox_3")
66 self.verticalLayout_5 = QtGui.QVBoxLayout(self.groupBox_3)
67 self.verticalLayout_5.setObjectName("verticalLayout_5")
68 self.listWidget = QtGui.QListWidget(self.groupBox_3)
69 self.listWidget.setViewMode(QtGui.QListView.ListMode)
70 self.listWidget.setObjectName("listWidget")
71 self.verticalLayout_5.addWidget(self.listWidget)
72 self.gridLayout.addWidget(self.groupBox_3, 4, 0, 2, 1)
73 Wizard.addPage(self.wizardPage2)
74
75 self.retranslateUi(Wizard)
76 QtCore.QMetaObject.connectSlotsByName(Wizard)
77
78 def retranslateUi(self, Wizard):
79 Wizard.setWindowTitle(QtGui.QApplication.translate("Wizard", "Wizard", None, QtGui.QApplication.UnicodeUTF8))
80 self.wizardPage1.setTitle(QtGui.QApplication.translate("Wizard", "Deploy configuration", None, QtGui.QApplication.UnicodeUTF8))
81 self.label.setText(QtGui.QApplication.translate("Wizard", "This wizard will help you to deploy your configuration. This includes the transfer to the target host, and the activation of the new configuration.", None, QtGui.QApplication.UnicodeUTF8))
82 self.wizardPage.setTitle(QtGui.QApplication.translate("Wizard", "fetch running config", None, QtGui.QApplication.UnicodeUTF8))
83 self.label_2.setText(QtGui.QApplication.translate("Wizard", "in this step, the running configuration is downloaded from the target host for backup and comparison", None, QtGui.QApplication.UnicodeUTF8))
84 self.groupBox.setTitle(QtGui.QApplication.translate("Wizard", "log", None, QtGui.QApplication.UnicodeUTF8))
85 self.pushButton.setText(QtGui.QApplication.translate("Wizard", "view as HTML diff", None, QtGui.QApplication.UnicodeUTF8))
86 self.pushButton_3.setText(QtGui.QApplication.translate("Wizard", "fetch config", None, QtGui.QApplication.UnicodeUTF8))
87 self.pushButton_4.setText(QtGui.QApplication.translate("Wizard", "view as unified diff", None, QtGui.QApplication.UnicodeUTF8))
88 self.wizardPage2.setTitle(QtGui.QApplication.translate("Wizard", "execute deployment", None, QtGui.QApplication.UnicodeUTF8))
89 self.pushButton_2.setText(QtGui.QApplication.translate("Wizard", "deploy now!", None, QtGui.QApplication.UnicodeUTF8))
90 self.label_3.setText(QtGui.QApplication.translate("Wizard", "now the new configuration can be deployed", None, QtGui.QApplication.UnicodeUTF8))
91 self.groupBox_3.setTitle(QtGui.QApplication.translate("Wizard", "Tasks", None, QtGui.QApplication.UnicodeUTF8))
92
Note: See TracBrowser for help on using the repository browser.