Created
June 16, 2011 09:42
-
-
Save mrdaemon/1028960 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<ui version="4.0"> | |
<class>Form</class> | |
<widget class="QWidget" name="Form"> | |
<property name="geometry"> | |
<rect> | |
<x>0</x> | |
<y>0</y> | |
<width>447</width> | |
<height>271</height> | |
</rect> | |
</property> | |
<property name="windowTitle"> | |
<string>QPantsShitter - Python Edition</string> | |
</property> | |
<property name="locale"> | |
<locale language="English" country="Canada"/> | |
</property> | |
<layout class="QVBoxLayout" name="verticalLayout"> | |
<item> | |
<widget class="QPlainTextEdit" name="logpane"> | |
<property name="documentTitle"> | |
<string>Progress Log</string> | |
</property> | |
<property name="readOnly"> | |
<bool>true</bool> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QProgressBar" name="shitprogress"> | |
<property name="minimumSize"> | |
<size> | |
<width>0</width> | |
<height>0</height> | |
</size> | |
</property> | |
<property name="value"> | |
<number>0</number> | |
</property> | |
<property name="invertedAppearance"> | |
<bool>false</bool> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<layout class="QHBoxLayout" name="horizontalLayout"> | |
<item> | |
<spacer name="horizontalSpacer"> | |
<property name="orientation"> | |
<enum>Qt::Horizontal</enum> | |
</property> | |
<property name="sizeHint" stdset="0"> | |
<size> | |
<width>40</width> | |
<height>20</height> | |
</size> | |
</property> | |
</spacer> | |
</item> | |
<item> | |
<widget class="QPushButton" name="startbutton"> | |
<property name="sizePolicy"> | |
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> | |
<horstretch>0</horstretch> | |
<verstretch>0</verstretch> | |
</sizepolicy> | |
</property> | |
<property name="toolTip"> | |
<string>To <i>shit your pants</i>, click this button.</string> | |
</property> | |
<property name="text"> | |
<string>Start Shitting</string> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</item> | |
</layout> | |
</widget> | |
<resources/> | |
<connections/> | |
</ui> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment