Advertisement
Guest User

cityhall.ui

a guest
May 24th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 6.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>CityHall</class>
  4.  <widget class="QWidget" name="CityHall">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>800</width>
  10.     <height>600</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string>Form</string>
  15.   </property>
  16.   <widget class="QLabel" name="formTitleLabel">
  17.    <property name="geometry">
  18.     <rect>
  19.      <x>30</x>
  20.      <y>30</y>
  21.      <width>741</width>
  22.      <height>71</height>
  23.     </rect>
  24.    </property>
  25.    <property name="font">
  26.     <font>
  27.      <family>Moon Flower</family>
  28.      <pointsize>60</pointsize>
  29.      <weight>75</weight>
  30.      <italic>false</italic>
  31.      <bold>true</bold>
  32.      <underline>false</underline>
  33.      <strikeout>false</strikeout>
  34.     </font>
  35.    </property>
  36.    <property name="text">
  37.     <string>City hall</string>
  38.    </property>
  39.    <property name="alignment">
  40.     <set>Qt::AlignCenter</set>
  41.    </property>
  42.   </widget>
  43.   <widget class="QLabel" name="strLabel">
  44.    <property name="geometry">
  45.     <rect>
  46.      <x>60</x>
  47.      <y>160</y>
  48.      <width>91</width>
  49.      <height>21</height>
  50.     </rect>
  51.    </property>
  52.    <property name="font">
  53.     <font>
  54.      <pointsize>11</pointsize>
  55.      <weight>75</weight>
  56.      <bold>true</bold>
  57.     </font>
  58.    </property>
  59.    <property name="text">
  60.     <string>Strength:</string>
  61.    </property>
  62.   </widget>
  63.   <widget class="QLabel" name="dexLabel">
  64.    <property name="geometry">
  65.     <rect>
  66.      <x>60</x>
  67.      <y>200</y>
  68.      <width>91</width>
  69.      <height>21</height>
  70.     </rect>
  71.    </property>
  72.    <property name="font">
  73.     <font>
  74.      <pointsize>11</pointsize>
  75.      <weight>75</weight>
  76.      <bold>true</bold>
  77.     </font>
  78.    </property>
  79.    <property name="text">
  80.     <string>Dexterity:</string>
  81.    </property>
  82.   </widget>
  83.   <widget class="QLabel" name="intLabel">
  84.    <property name="geometry">
  85.     <rect>
  86.      <x>60</x>
  87.      <y>240</y>
  88.      <width>101</width>
  89.      <height>21</height>
  90.     </rect>
  91.    </property>
  92.    <property name="font">
  93.     <font>
  94.      <pointsize>11</pointsize>
  95.      <weight>75</weight>
  96.      <bold>true</bold>
  97.     </font>
  98.    </property>
  99.    <property name="text">
  100.     <string>Intelligence:</string>
  101.    </property>
  102.   </widget>
  103.   <widget class="QLabel" name="vitLabel">
  104.    <property name="geometry">
  105.     <rect>
  106.      <x>60</x>
  107.      <y>280</y>
  108.      <width>101</width>
  109.      <height>21</height>
  110.     </rect>
  111.    </property>
  112.    <property name="font">
  113.     <font>
  114.      <pointsize>11</pointsize>
  115.      <weight>75</weight>
  116.      <bold>true</bold>
  117.     </font>
  118.    </property>
  119.    <property name="text">
  120.     <string>Vitality:</string>
  121.    </property>
  122.   </widget>
  123.   <widget class="QLabel" name="luckLabel">
  124.    <property name="geometry">
  125.     <rect>
  126.      <x>60</x>
  127.      <y>320</y>
  128.      <width>101</width>
  129.      <height>21</height>
  130.     </rect>
  131.    </property>
  132.    <property name="font">
  133.     <font>
  134.      <pointsize>11</pointsize>
  135.      <weight>75</weight>
  136.      <bold>true</bold>
  137.     </font>
  138.    </property>
  139.    <property name="text">
  140.     <string>Luck:</string>
  141.    </property>
  142.   </widget>
  143.   <widget class="QTextBrowser" name="strTextBrowser">
  144.    <property name="geometry">
  145.     <rect>
  146.      <x>190</x>
  147.      <y>155</y>
  148.      <width>100</width>
  149.      <height>30</height>
  150.     </rect>
  151.    </property>
  152.   </widget>
  153.   <widget class="QTextBrowser" name="dexTextBrowser">
  154.    <property name="geometry">
  155.     <rect>
  156.      <x>190</x>
  157.      <y>195</y>
  158.      <width>100</width>
  159.      <height>30</height>
  160.     </rect>
  161.    </property>
  162.   </widget>
  163.   <widget class="QTextBrowser" name="intTextBrowser">
  164.    <property name="geometry">
  165.     <rect>
  166.      <x>190</x>
  167.      <y>235</y>
  168.      <width>100</width>
  169.      <height>30</height>
  170.     </rect>
  171.    </property>
  172.   </widget>
  173.   <widget class="QTextBrowser" name="vitTextBrowser">
  174.    <property name="geometry">
  175.     <rect>
  176.      <x>190</x>
  177.      <y>275</y>
  178.      <width>100</width>
  179.      <height>30</height>
  180.     </rect>
  181.    </property>
  182.   </widget>
  183.   <widget class="QTextBrowser" name="luckTextBrowser">
  184.    <property name="geometry">
  185.     <rect>
  186.      <x>190</x>
  187.      <y>315</y>
  188.      <width>100</width>
  189.      <height>30</height>
  190.     </rect>
  191.    </property>
  192.   </widget>
  193.   <widget class="QPushButton" name="addStrButton">
  194.    <property name="geometry">
  195.     <rect>
  196.      <x>310</x>
  197.      <y>155</y>
  198.      <width>30</width>
  199.      <height>30</height>
  200.     </rect>
  201.    </property>
  202.    <property name="text">
  203.     <string>+</string>
  204.    </property>
  205.   </widget>
  206.   <widget class="QPushButton" name="addDexButton">
  207.    <property name="geometry">
  208.     <rect>
  209.      <x>310</x>
  210.      <y>195</y>
  211.      <width>30</width>
  212.      <height>30</height>
  213.     </rect>
  214.    </property>
  215.    <property name="text">
  216.     <string>+</string>
  217.    </property>
  218.   </widget>
  219.   <widget class="QPushButton" name="addIntButton">
  220.    <property name="geometry">
  221.     <rect>
  222.      <x>310</x>
  223.      <y>235</y>
  224.      <width>30</width>
  225.      <height>30</height>
  226.     </rect>
  227.    </property>
  228.    <property name="text">
  229.     <string>+</string>
  230.    </property>
  231.   </widget>
  232.   <widget class="QPushButton" name="addVitButton">
  233.    <property name="geometry">
  234.     <rect>
  235.      <x>310</x>
  236.      <y>275</y>
  237.      <width>30</width>
  238.      <height>30</height>
  239.     </rect>
  240.    </property>
  241.    <property name="text">
  242.     <string>+</string>
  243.    </property>
  244.   </widget>
  245.   <widget class="QPushButton" name="addLuckButton">
  246.    <property name="geometry">
  247.     <rect>
  248.      <x>310</x>
  249.      <y>315</y>
  250.      <width>30</width>
  251.      <height>30</height>
  252.     </rect>
  253.    </property>
  254.    <property name="text">
  255.     <string>+</string>
  256.    </property>
  257.   </widget>
  258.   <widget class="QPushButton" name="backButton">
  259.    <property name="geometry">
  260.     <rect>
  261.      <x>30</x>
  262.      <y>530</y>
  263.      <width>200</width>
  264.      <height>40</height>
  265.     </rect>
  266.    </property>
  267.    <property name="minimumSize">
  268.     <size>
  269.      <width>200</width>
  270.      <height>40</height>
  271.     </size>
  272.    </property>
  273.    <property name="text">
  274.     <string>Back</string>
  275.    </property>
  276.   </widget>
  277.   <widget class="QPushButton" name="saveStatsButton">
  278.    <property name="geometry">
  279.     <rect>
  280.      <x>190</x>
  281.      <y>355</y>
  282.      <width>151</width>
  283.      <height>30</height>
  284.     </rect>
  285.    </property>
  286.    <property name="text">
  287.     <string>Save</string>
  288.    </property>
  289.   </widget>
  290.  </widget>
  291.  <resources/>
  292.  <connections/>
  293. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement