source: dassmodus/trunk/dassmodus/dassmodus/dassmodus/ui/Ui_onlinehelpdialog.py@ 956

Last change on this file since 956 was 956, checked in by pstorz, on Sep 28, 2011 at 11:37:02 AM

ui files

File size: 816 bytes
Line 
1# -*- coding: utf-8 -*-
2
3# Form implementation generated from reading ui file 'onlinehelpdialog.ui'
4#
5# Created: Thu Jul 15 13:23:55 2010
6# by: PyQt4 UI code generator 4.6.1
7#
8# WARNING! All changes made in this file will be lost!
9
10from PyQt4 import QtCore, QtGui
11
12class Ui_helpDialog(object):
13 def setupUi(self, helpDialog):
14 helpDialog.setObjectName("helpDialog")
15 helpDialog.resize(400, 400)
16 self.verticalLayout = QtGui.QVBoxLayout(helpDialog)
17 self.verticalLayout.setObjectName("verticalLayout")
18
19 self.retranslateUi(helpDialog)
20 QtCore.QMetaObject.connectSlotsByName(helpDialog)
21
22 def retranslateUi(self, helpDialog):
23 helpDialog.setWindowTitle(QtGui.QApplication.translate("helpDialog", "online help window", None, QtGui.QApplication.UnicodeUTF8))
24
Note: See TracBrowser for help on using the repository browser.