Created
May 22, 2018 01:26
-
-
Save altendky/6db6d10946da0bd9e95096b048227336 to your computer and use it in GitHub Desktop.
This file contains 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>897</width> | |
<height>523</height> | |
</rect> | |
</property> | |
<property name="windowTitle"> | |
<string>Form</string> | |
</property> | |
<layout class="QVBoxLayout" name="verticalLayout_2"> | |
<item> | |
<layout class="QGridLayout" name="gridLayout"> | |
<item row="0" column="0" rowspan="2"> | |
<widget class="QPushButton" name="pushButton"> | |
<property name="sizePolicy"> | |
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> | |
<horstretch>0</horstretch> | |
<verstretch>0</verstretch> | |
</sizepolicy> | |
</property> | |
<property name="text"> | |
<string>blue | |
red | |
green</string> | |
</property> | |
</widget> | |
</item> | |
<item row="2" column="0"> | |
<layout class="QVBoxLayout" name="verticalLayout"> | |
<item> | |
<widget class="QPushButton" name="pushButton_5"> | |
<property name="text"> | |
<string>PushButton</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<spacer name="verticalSpacer"> | |
<property name="orientation"> | |
<enum>Qt::Vertical</enum> | |
</property> | |
<property name="sizeHint" stdset="0"> | |
<size> | |
<width>20</width> | |
<height>40</height> | |
</size> | |
</property> | |
</spacer> | |
</item> | |
<item> | |
<widget class="QPushButton" name="pushButton_8"> | |
<property name="text"> | |
<string>PushButton</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QPushButton" name="pushButton_7"> | |
<property name="text"> | |
<string>PushButton</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QPushButton" name="pushButton_6"> | |
<property name="text"> | |
<string>PushButton</string> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</item> | |
<item row="0" column="2" rowspan="2"> | |
<widget class="QPushButton" name="pushButton_2"> | |
<property name="sizePolicy"> | |
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> | |
<horstretch>0</horstretch> | |
<verstretch>0</verstretch> | |
</sizepolicy> | |
</property> | |
<property name="text"> | |
<string>PushButton</string> | |
</property> | |
</widget> | |
</item> | |
<item row="3" column="0"> | |
<widget class="QPushButton" name="pushButton_3"> | |
<property name="sizePolicy"> | |
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> | |
<horstretch>0</horstretch> | |
<verstretch>0</verstretch> | |
</sizepolicy> | |
</property> | |
<property name="text"> | |
<string>PushButton</string> | |
</property> | |
</widget> | |
</item> | |
<item row="3" column="2"> | |
<widget class="QPushButton" name="pushButton_4"> | |
<property name="sizePolicy"> | |
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> | |
<horstretch>0</horstretch> | |
<verstretch>0</verstretch> | |
</sizepolicy> | |
</property> | |
<property name="text"> | |
<string>cyan | |
magenta | |
yellow</string> | |
</property> | |
</widget> | |
</item> | |
<item row="0" column="1"> | |
<widget class="QPushButton" name="pushButton_9"> | |
<property name="sizePolicy"> | |
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> | |
<horstretch>0</horstretch> | |
<verstretch>0</verstretch> | |
</sizepolicy> | |
</property> | |
<property name="text"> | |
<string>title bar</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