# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'gui.ui'
#
# Created: Tue Sep 23 17:46:57 2008
#      by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

class Ui_widget1(object):
    def setupUi(self, widget1):
        widget1.setObjectName("widget1")
        widget1.resize(574, 220)
        widget1.setCursor(QtCore.Qt.ArrowCursor)
        widget1.setLayoutDirection(QtCore.Qt.LeftToRight)
        self.verticalLayout = QtGui.QVBoxLayout(widget1)
        self.verticalLayout.setObjectName("verticalLayout")
        self.verticalLayout_2 = QtGui.QVBoxLayout()
        self.verticalLayout_2.setObjectName("verticalLayout_2")
        self.label = QtGui.QLabel(widget1)
        self.label.setAcceptDrops(False)
        self.label.setFrameShape(QtGui.QFrame.WinPanel)
        self.label.setFrameShadow(QtGui.QFrame.Raised)
        self.label.setLineWidth(2)
        self.label.setObjectName("label")
        self.verticalLayout_2.addWidget(self.label)
        self.quit = QtGui.QPushButton(widget1)
        self.quit.setLayoutDirection(QtCore.Qt.LeftToRight)
        self.quit.setAutoFillBackground(False)
        self.quit.setAutoDefault(False)
        self.quit.setFlat(False)
        self.quit.setObjectName("quit")
        self.verticalLayout_2.addWidget(self.quit)
        self.verticalLayout.addLayout(self.verticalLayout_2)

        self.retranslateUi(widget1)
        QtCore.QObject.connect(self.quit, QtCore.SIGNAL("clicked()"), widget1.close)
        QtCore.QMetaObject.connectSlotsByName(widget1)

    def retranslateUi(self, widget1):
        widget1.setWindowTitle(QtGui.QApplication.translate("widget1", "Arch Is the best!", None, QtGui.QApplication.UnicodeUTF8))
        self.label.setText(QtGui.QApplication.translate("widget1", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:12pt;\">Oh hai, I\'m from the internet.</span></p>\n"
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;\">I just wanted to inform you that</p>\n"
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:36pt;\">Arch is the best!!!</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
        self.quit.setText(QtGui.QApplication.translate("widget1", "Fuck yea!!!", None, QtGui.QApplication.UnicodeUTF8))


