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>
2012-03-05 01:27:56 +01:00
<width>673</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">
2012-10-11 13:50:24 +02:00
<property name="margin">
<number>0</number>
</property>
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>
</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">
2012-10-05 14:54:29 +02:00
<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">
2012-10-05 14:54:29 +02:00
<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">
2012-10-05 14:54:29 +02:00
<string>_("Sea&rch")</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">
2012-10-05 14:54:29 +02:00
<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>
2012-03-05 01:27:56 +01:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="indentation">
<number>0</number>
</property>
2010-01-02 12:30:20 +01:00
<property name="sortingEnabled">
2008-01-27 00:03:32 +01:00
<bool>true</bool>
</property>
2012-10-05 14:37:15 +02:00
<property name="allColumnsShowFocus">
<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/>
2012-10-05 15:55:49 +02:00
<connections/>
2008-01-24 21:18:00 +01:00
</ui>