eliot/qt/ui/training_widget.ui
Olivier Teulière 75a67b28a5 Dic:
- Throw an exception if a regular expresison is invalid
 - Handle the exception in callers code

Game:
 - Fixed a bug in setRackRandom()

Qt interface:
 - Display the dictionary name in the status bar
 - Implemented printing
 - Translation of the interface into French. The menus have temporarily lost their accelerator keys in English.
2008-08-31 11:48:11 +00:00

108 lines
2.5 KiB
XML

<ui version="4.0" >
<class>TrainingWidget</class>
<widget class="QWidget" name="TrainingWidget" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>415</width>
<height>371</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<layout class="QVBoxLayout" >
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>_("Rack:")</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEditRack" />
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QPushButton" name="pushButtonRack" >
<property name="text" >
<string>_("New rack")</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonComplement" >
<property name="text" >
<string>_("Complement")</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonSearch" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="text" >
<string>_("Search")</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonPlay" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="text" >
<string>_("Play")</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<string>_("Search results")</string>
</property>
<layout class="QVBoxLayout" >
<item>
<widget class="QTreeView" name="treeViewResults" >
<property name="editTriggers" >
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="sortingEnabled" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>lineEditRack</sender>
<signal>returnPressed()</signal>
<receiver>pushButtonSearch</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel" >
<x>283</x>
<y>31</y>
</hint>
<hint type="destinationlabel" >
<x>281</x>
<y>48</y>
</hint>
</hints>
</connection>
</connections>
</ui>