Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>Form</class>
  4.  <widget class="QWidget" name="Form">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>400</width>
  10.     <height>300</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string>Form</string>
  15.   </property>
  16.   <layout class="QVBoxLayout" name="verticalLayout">
  17.    <item>
  18.     <widget class="QLabel" name="label">
  19.      <property name="font">
  20.       <font>
  21.        <pointsize>12</pointsize>
  22.       </font>
  23.      </property>
  24.      <property name="alignment">
  25.       <set>Qt::AlignCenter</set>
  26.      </property>
  27.     </widget>
  28.    </item>
  29.    <item>
  30.     <widget class="QListView" name="list"/>
  31.    </item>
  32.    <item>
  33.     <widget class="QLineEdit" name="edit">
  34.      <property name="readOnly">
  35.       <bool>true</bool>
  36.      </property>
  37.     </widget>
  38.    </item>
  39.   </layout>
  40.  </widget>
  41.  <resources/>
  42.  <connections/>
  43. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement