2010-01-02 12:30:20 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2008-01-24 21:18:00 +01:00
<class>TrainingWidget</class>
2010-01-02 12:30:20 +01:00
<widget class="QWidget" name="TrainingWidget">
<property name="geometry">
2008-01-24 21:18:00 +01:00
<rect>
<x>0</x>
<y>0</y>
2011-07-17 01:31:17 +02:00
<width>540</width>
2009-02-19 19:25:17 +01:00
<height>300</height>
2008-01-24 21:18:00 +01:00
</rect>
</property>
2010-01-02 12:30:20 +01:00
<layout class="QVBoxLayout" name="verticalLayout">
2008-01-24 21:18:00 +01:00
<item>
2010-01-02 12:30:20 +01:00
<layout class="QHBoxLayout">
2008-01-24 21:18:00 +01:00
<item>
2010-01-02 12:30:20 +01:00
<widget class="QLabel" name="label">
<property name="text">
<string>_("Rack:")</string>
2008-01-24 21:18:00 +01:00
</property>
</widget>
</item>
<item>
2010-01-02 12:30:20 +01:00
<widget class="QLineEdit" name="lineEditRack">
<property name="minimumSize">
2009-02-19 19:25:17 +01:00
<size>
<width>60</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
2010-01-02 12:30:20 +01:00
<widget class="QLabel" name="label_2">
<property name="text">
<string>_("Play a word:")</string>
2009-02-19 19:25:17 +01:00
</property>
</widget>
</item>
<item>
2010-01-02 12:30:20 +01:00
<widget class="QLineEdit" name="lineEditPlay">
<property name="minimumSize">
2009-02-19 19:25:17 +01:00
<size>
<width>60</width>
<height>0</height>
</size>
</property>
2010-01-02 12:30:20 +01:00
<property name="toolTip">
<string>_("Enter the word to play (case-insensitive). A joker from the rack must be written in parentheses. E.g.: w(o)rd or W(O)RD")</string>
2009-02-19 19:25:17 +01:00
</property>
2010-01-02 12:30:20 +01:00
<property name="statusTip">
<string>_("Enter the word to play (case-insensitive). A joker from the rack must be written in parentheses. E.g.: w(o)rd or W(O)RD")</string>
2009-02-19 19:25:17 +01:00
</property>
</widget>
</item>
<item>
2010-01-02 12:30:20 +01:00
<widget class="QLabel" name="label_3">
<property name="text">
<string>_("Ref.:")</string>
2009-02-19 19:25:17 +01:00
</property>
</widget>
</item>
<item>
2010-01-02 12:30:20 +01:00
<widget class="QLineEdit" name="lineEditCoords">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2009-02-19 19:25:17 +01:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2010-01-02 12:30:20 +01:00
<property name="maximumSize">
2009-02-19 19:25:17 +01:00
<size>
<width>45</width>
<height>16777215</height>
</size>
</property>
2010-01-02 12:30:20 +01:00
<property name="toolTip">
<string>_("Enter the coordinates of the word. Specify the row before the column for horizontal words, and the column before the row for vertical words. E.g.: H4 or 4H")</string>
2009-02-19 19:25:17 +01:00
</property>
2010-01-02 12:30:20 +01:00
<property name="statusTip">
<string>_("Enter the coordinates of the word. Specify the row before the column for horizontal words, and the column before the row for vertical words. E.g.: H4 or 4H")</string>
2009-02-19 19:25:17 +01:00
</property>
</widget>
</item>
2011-07-17 01:31:17 +02:00
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>_("Points:")</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEditPoints">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>45</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
2009-02-19 19:25:17 +01:00
<item>
2010-01-02 12:30:20 +01:00
<widget class="QPushButton" name="pushButtonPlay">
<property name="text">
<string>_("Play")</string>
2009-02-19 19:25:17 +01:00
</property>
</widget>
2008-01-24 21:18:00 +01:00
</item>
</layout>
</item>
<item>
2010-01-02 12:30:20 +01:00
<layout class="QHBoxLayout">
2008-01-24 21:18:00 +01:00
<item>
2010-01-02 12:30:20 +01:00
<widget class="QPushButton" name="pushButtonRack">
<property name="text">
<string>_("New rack")</string>
2008-01-24 21:18:00 +01:00
</property>
</widget>
</item>
<item>
2010-01-02 12:30:20 +01:00
<widget class="QPushButton" name="pushButtonComplement">
<property name="text">
<string>_("Complement")</string>
2008-01-24 21:18:00 +01:00
</property>
</widget>
</item>
<item>
2010-01-02 12:30:20 +01:00
<widget class="QPushButton" name="pushButtonSearch">
<property name="enabled">
2008-01-24 21:18:00 +01:00
<bool>false</bool>
</property>
2010-01-02 12:30:20 +01:00
<property name="text">
<string>_("Search")</string>
2008-01-24 21:18:00 +01:00
</property>
</widget>
</item>
<item>
2010-01-02 12:30:20 +01:00
<widget class="QPushButton" name="pushButtonPlaySelected">
<property name="enabled">
2008-01-24 21:18:00 +01:00
<bool>false</bool>
</property>
2010-01-02 12:30:20 +01:00
<property name="text">
<string>_("Play selected")</string>
2008-01-24 21:18:00 +01:00
</property>
</widget>
</item>
</layout>
</item>
<item>
2010-01-02 12:30:20 +01:00
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>_("Search results")</string>
2008-01-24 21:18:00 +01:00
</property>
2011-07-17 01:31:17 +02:00
<layout class="QVBoxLayout" name="_2">
2008-01-24 21:18:00 +01:00
<item>
2010-01-02 12:30:20 +01:00
<widget class="QTreeView" name="treeViewResults">
<property name="editTriggers">
2008-01-24 21:18:00 +01:00
<set>QAbstractItemView::NoEditTriggers</set>
</property>
2010-01-02 12:30:20 +01:00
<property name="sortingEnabled">
2008-01-27 00:03:32 +01:00
<bool>true</bool>
</property>
2008-01-24 21:18:00 +01:00
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
2011-07-17 01:31:17 +02:00
<tabstops>
<tabstop>lineEditRack</tabstop>
<tabstop>lineEditPlay</tabstop>
<tabstop>lineEditCoords</tabstop>
<tabstop>lineEditPoints</tabstop>
<tabstop>pushButtonPlay</tabstop>
<tabstop>pushButtonRack</tabstop>
<tabstop>pushButtonComplement</tabstop>
<tabstop>pushButtonSearch</tabstop>
<tabstop>pushButtonPlaySelected</tabstop>
<tabstop>treeViewResults</tabstop>
</tabstops>
2008-01-24 21:18:00 +01:00
<resources/>
2008-01-27 00:03:32 +01:00
<connections>
<connection>
<sender>lineEditRack</sender>
<signal>returnPressed()</signal>
<receiver>pushButtonSearch</receiver>
<slot>click()</slot>
<hints>
2010-01-02 12:30:20 +01:00
<hint type="sourcelabel">
2008-01-27 00:03:32 +01:00
<x>283</x>
<y>31</y>
</hint>
2010-01-02 12:30:20 +01:00
<hint type="destinationlabel">
2008-01-27 00:03:32 +01:00
<x>281</x>
<y>48</y>
</hint>
</hints>
</connection>
</connections>
2008-01-24 21:18:00 +01:00
</ui>