Advertisement
Guest User

Untitled

a guest
Jul 30th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.12 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>MainWindow</class>
  4.  <widget class="QMainWindow" name="MainWindow">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>838</width>
  10.     <height>766</height>
  11.    </rect>
  12.   </property>
  13.   <property name="maximumSize">
  14.    <size>
  15.     <width>16777214</width>
  16.     <height>16777215</height>
  17.    </size>
  18.   </property>
  19.   <property name="windowTitle">
  20.    <string>MainWindow</string>
  21.   </property>
  22.   <property name="windowOpacity">
  23.    <double>2.000000000000000</double>
  24.   </property>
  25.   <property name="autoFillBackground">
  26.    <bool>true</bool>
  27.   </property>
  28.   <widget class="QWidget" name="centralwidget">
  29.    <property name="autoFillBackground">
  30.     <bool>true</bool>
  31.    </property>
  32.    <widget class="QSplitter" name="splitter_8">
  33.     <property name="geometry">
  34.      <rect>
  35.       <x>10</x>
  36.       <y>10</y>
  37.       <width>811</width>
  38.       <height>721</height>
  39.      </rect>
  40.     </property>
  41.     <property name="orientation">
  42.      <enum>Qt::Vertical</enum>
  43.     </property>
  44.     <widget class="QFrame" name="frame">
  45.      <property name="frameShape">
  46.       <enum>QFrame::StyledPanel</enum>
  47.      </property>
  48.      <property name="frameShadow">
  49.       <enum>QFrame::Raised</enum>
  50.      </property>
  51.     </widget>
  52.     <widget class="QSplitter" name="splitter_7">
  53.      <property name="orientation">
  54.       <enum>Qt::Horizontal</enum>
  55.      </property>
  56.      <widget class="QSplitter" name="splitter_3">
  57.       <property name="orientation">
  58.        <enum>Qt::Vertical</enum>
  59.       </property>
  60.       <widget class="QLabel" name="label">
  61.        <property name="minimumSize">
  62.         <size>
  63.          <width>0</width>
  64.          <height>0</height>
  65.         </size>
  66.        </property>
  67.        <property name="maximumSize">
  68.         <size>
  69.          <width>16777215</width>
  70.          <height>20</height>
  71.         </size>
  72.        </property>
  73.        <property name="text">
  74.         <string>Step 1</string>
  75.        </property>
  76.        <property name="alignment">
  77.         <set>Qt::AlignCenter</set>
  78.        </property>
  79.       </widget>
  80.       <widget class="QSplitter" name="splitter_4">
  81.        <property name="orientation">
  82.         <enum>Qt::Horizontal</enum>
  83.        </property>
  84.        <widget class="QSplitter" name="splitter_2">
  85.         <property name="orientation">
  86.          <enum>Qt::Vertical</enum>
  87.         </property>
  88.         <widget class="QLabel" name="label_2">
  89.          <property name="text">
  90.           <string>Username:</string>
  91.          </property>
  92.          <property name="alignment">
  93.           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  94.          </property>
  95.         </widget>
  96.         <widget class="QLabel" name="label_3">
  97.          <property name="text">
  98.           <string>Password:</string>
  99.          </property>
  100.          <property name="alignment">
  101.           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  102.          </property>
  103.         </widget>
  104.        </widget>
  105.        <widget class="QSplitter" name="splitter">
  106.         <property name="orientation">
  107.          <enum>Qt::Vertical</enum>
  108.         </property>
  109.         <widget class="QLineEdit" name="lineEdit"/>
  110.         <widget class="QLineEdit" name="lineEdit_2"/>
  111.        </widget>
  112.       </widget>
  113.      </widget>
  114.      <widget class="QSplitter" name="splitter_5">
  115.       <property name="orientation">
  116.        <enum>Qt::Vertical</enum>
  117.       </property>
  118.       <widget class="QLabel" name="label_4">
  119.        <property name="minimumSize">
  120.         <size>
  121.          <width>0</width>
  122.          <height>0</height>
  123.         </size>
  124.        </property>
  125.        <property name="maximumSize">
  126.         <size>
  127.          <width>16777215</width>
  128.          <height>20</height>
  129.         </size>
  130.        </property>
  131.        <property name="text">
  132.         <string>Step 2</string>
  133.        </property>
  134.        <property name="alignment">
  135.         <set>Qt::AlignCenter</set>
  136.        </property>
  137.       </widget>
  138.       <widget class="QPushButton" name="pushButton">
  139.        <property name="maximumSize">
  140.         <size>
  141.          <width>16777215</width>
  142.          <height>20</height>
  143.         </size>
  144.        </property>
  145.        <property name="text">
  146.         <string>Create</string>
  147.        </property>
  148.       </widget>
  149.      </widget>
  150.      <widget class="QSplitter" name="splitter_6">
  151.       <property name="orientation">
  152.        <enum>Qt::Vertical</enum>
  153.       </property>
  154.       <widget class="QLabel" name="label_5">
  155.        <property name="minimumSize">
  156.         <size>
  157.          <width>0</width>
  158.          <height>0</height>
  159.         </size>
  160.        </property>
  161.        <property name="maximumSize">
  162.         <size>
  163.          <width>16777215</width>
  164.          <height>20</height>
  165.         </size>
  166.        </property>
  167.        <property name="text">
  168.         <string>Step 3</string>
  169.        </property>
  170.        <property name="alignment">
  171.         <set>Qt::AlignCenter</set>
  172.        </property>
  173.       </widget>
  174.       <widget class="QTextEdit" name="textEdit"/>
  175.      </widget>
  176.     </widget>
  177.    </widget>
  178.   </widget>
  179.   <widget class="QStatusBar" name="statusbar"/>
  180.  </widget>
  181.  <resources/>
  182.  <connections/>
  183. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement