X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=test%2FGUI%2Finbox_window.py~;fp=test%2FGUI%2Finbox_window.py~;h=0000000000000000000000000000000000000000;hb=d13fa65a92f9782c6505aa12b18e93cc0747ce64;hp=57c61cfc3eee80f00c8e6370840bca48060bf4af;hpb=39b7e1e9a1d3e90acae7d9a300b849f5f9a202d8;p=retroconv diff --git a/test/GUI/inbox_window.py~ b/test/GUI/inbox_window.py~ deleted file mode 100644 index 57c61cf..0000000 --- a/test/GUI/inbox_window.py~ +++ /dev/null @@ -1,39 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'inbox.ui' -# -# Created: Mon Feb 22 18:29:55 2010 -# by: PyQt4 UI code generator 4.6 -# -# WARNING! All changes made in this file will be lost! -import sys -from PySide.QtCore import * -from PySide.QtGui import * - -class Ui_InboxWindow(QtGui.QMainWindow): - def __init__(self, parent): - QtGui.QMainWindow.__init__(self, parent) - self.setObjectName("InboxWindow") - self.resize(800, 400) - self.centralwidget = QtGui.QWidget(self) - self.centralwidget.setObjectName("centralwidget") - self.listView = QtGui.QListView(self.centralwidget) - self.listView.setGeometry(QtCore.QRect(0, 0, 800, 400)) - self.listView.setObjectName("listView") - self.setCentralWidget(self.centralwidget) - self.menubar = QtGui.QMenuBar(self) - self.menubar.setGeometry(QtCore.QRect(0, 0, 800, 25)) - self.menubar.setObjectName("menubar") - self.setMenuBar(self.menubar) - self.statusbar = QtGui.QStatusBar(self) - self.statusbar.setObjectName("statusbar") - self.setStatusBar(self.statusbar) - - self.retranslateUi() - QtCore.QMetaObject.connectSlotsByName(self) - - self.setAttribute(QtCore.Qt.WA_Maemo5StackedWindow) - - def retranslateUi(self): - self.setWindowTitle(QtGui.QApplication.translate("InboxWindow", "MainWindow", None, QtGui.QApplication.UnicodeUTF8)) -