Quantum Leaps e0f9c36c2f 4.5.01
2012-08-14 18:00:48 -04:00

254 lines
5.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Gui</class>
<widget class="QDialog" name="Gui">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>338</width>
<height>360</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>res/qp.ico</normaloff>res/qp.ico</iconset>
</property>
<widget class="QPushButton" name="m_pauseButton">
<property name="geometry">
<rect>
<x>130</x>
<y>150</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
<string>SERVING</string>
</property>
<property name="icon">
<iconset>
<normaloff>:/res/EK-BTN_UP.png</normaloff>:/res/EK-BTN_UP.png</iconset>
</property>
<property name="iconSize">
<size>
<width>43</width>
<height>45</height>
</size>
</property>
</widget>
<widget class="QPushButton" name="m_quitButton">
<property name="geometry">
<rect>
<x>230</x>
<y>320</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Quit</string>
</property>
</widget>
<widget class="QLabel" name="m_philoLabel_0">
<property name="geometry">
<rect>
<x>130</x>
<y>20</y>
<width>80</width>
<height>74</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="gui.qrc">:/res/thinking.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="m_philoLabel_1">
<property name="geometry">
<rect>
<x>240</x>
<y>100</y>
<width>80</width>
<height>74</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="gui.qrc">:/res/thinking.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="m_philoLabel_2">
<property name="geometry">
<rect>
<x>190</x>
<y>230</y>
<width>80</width>
<height>74</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="gui.qrc">:/res/thinking.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="m_philoLabel_3">
<property name="geometry">
<rect>
<x>60</x>
<y>230</y>
<width>80</width>
<height>74</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="gui.qrc">:/res/thinking.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="m_philoLabel_4">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>80</width>
<height>74</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="gui.qrc">:/res/thinking.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>320</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>MPool[0]:</string>
</property>
</widget>
<widget class="QLabel" name="m_epoolLabel">
<property name="geometry">
<rect>
<x>70</x>
<y>320</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>?</string>
</property>
</widget>
</widget>
<tabstops>
<tabstop>m_pauseButton</tabstop>
<tabstop>m_quitButton</tabstop>
</tabstops>
<resources>
<include location="gui.qrc"/>
</resources>
<connections>
<connection>
<sender>m_quitButton</sender>
<signal>clicked()</signal>
<receiver>Gui</receiver>
<slot>onQuit()</slot>
<hints>
<hint type="sourcelabel">
<x>255</x>
<y>331</y>
</hint>
<hint type="destinationlabel">
<x>193</x>
<y>329</y>
</hint>
</hints>
</connection>
<connection>
<sender>m_pauseButton</sender>
<signal>pressed()</signal>
<receiver>Gui</receiver>
<slot>onPausePressed()</slot>
<hints>
<hint type="sourcelabel">
<x>169</x>
<y>163</y>
</hint>
<hint type="destinationlabel">
<x>180</x>
<y>212</y>
</hint>
</hints>
</connection>
<connection>
<sender>m_pauseButton</sender>
<signal>released()</signal>
<receiver>Gui</receiver>
<slot>onPauseReleased()</slot>
<hints>
<hint type="sourcelabel">
<x>186</x>
<y>171</y>
</hint>
<hint type="destinationlabel">
<x>293</x>
<y>200</y>
</hint>
</hints>
</connection>
<connection>
<sender>Gui</sender>
<signal>finished(int)</signal>
<receiver>Gui</receiver>
<slot>onQuit()</slot>
<hints>
<hint type="sourcelabel">
<x>315</x>
<y>27</y>
</hint>
<hint type="destinationlabel">
<x>278</x>
<y>36</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>onPausePressed()</slot>
<slot>onPauseReleased()</slot>
<slot>onQuit()</slot>
</slots>
</ui>