Advertisement
Guest User

Results.ui

a guest
Mar 13th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.86 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>Results</class>
  4.  <widget class="QWidget" name="Results">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>320</width>
  10.     <height>240</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="text">
  20.       <string>There are results to be shown. Note that it's size is not fixed, each result might be of different size.</string>
  21.      </property>
  22.      <property name="alignment">
  23.       <set>Qt::AlignCenter</set>
  24.      </property>
  25.      <property name="wordWrap">
  26.       <bool>true</bool>
  27.      </property>
  28.     </widget>
  29.    </item>
  30.   </layout>
  31.  </widget>
  32.  <resources/>
  33.  <connections/>
  34. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement