Warning, /games/atlantik/libatlantikui/auction.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>AuctionWidget</class>
0004  <widget class="QWidget" name="AuctionWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QTreeWidget" name="playerList">
0016      <property name="rootIsDecorated">
0017       <bool>false</bool>
0018      </property>
0019      <column>
0020       <property name="text">
0021        <string>Player</string>
0022       </property>
0023      </column>
0024      <column>
0025       <property name="text">
0026        <string>Bid</string>
0027       </property>
0028      </column>
0029     </widget>
0030    </item>
0031    <item>
0032     <layout class="QHBoxLayout" name="bidLayout">
0033      <item>
0034       <widget class="QSpinBox" name="bidSpinBox">
0035        <property name="minimum">
0036         <number>1</number>
0037        </property>
0038        <property name="maximum">
0039         <number>10000</number>
0040        </property>
0041       </widget>
0042      </item>
0043      <item>
0044       <widget class="QPushButton" name="bidButton">
0045        <property name="text">
0046         <string>Make Bid</string>
0047        </property>
0048       </widget>
0049      </item>
0050     </layout>
0051    </item>
0052    <item>
0053     <widget class="QLabel" name="statusLabel">
0054      <property name="text">
0055       <string/>
0056      </property>
0057     </widget>
0058    </item>
0059   </layout>
0060  </widget>
0061  <resources/>
0062  <connections/>
0063 </ui>