2009-06-26 23:27:13 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2008-01-20 19:40:12 +01:00
<class>PlayerWidget</class>
2009-06-26 23:27:13 +02:00
<widget class="QWidget" name="PlayerWidget">
<property name="geometry">
2008-01-20 19:40:12 +01:00
<rect>
<x>0</x>
<y>0</y>
2008-01-22 16:30:20 +01:00
<width>460</width>
2009-02-19 19:25:17 +01:00
<height>117</height>
2008-01-20 19:40:12 +01:00
</rect>
</property>
2009-06-26 23:27:13 +02:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>_("Rack:")</string>
2008-01-20 19:40:12 +01:00
</property>
</widget>
</item>
2009-06-26 23:27:13 +02:00
<item row="0" column="1" colspan="3">
<widget class="QLineEdit" name="lineEditRack">
<property name="readOnly">
2008-01-20 19:40:12 +01:00
<bool>true</bool>
</property>
</widget>
</item>
2009-06-26 23:27:13 +02:00
<item row="0" column="4">
<widget class="QPushButton" name="pushButtonShuffle">
<property name="text">
<string>_("Shuffle")</string>
2008-01-20 19:40:12 +01:00
</property>
</widget>
</item>
2009-06-26 23:27:13 +02:00
<item row="2" column="0">
<widget class="QLabel" name="labelChange">
<property name="text">
<string>_("Change letters:")</string>
2009-02-19 19:25:17 +01:00
</property>
</widget>
</item>
2009-06-26 23:27:13 +02:00
<item row="2" column="1">
<widget class="QLineEdit" name="lineEditChange">
<property name="toolTip">
<string>_("Enter the letters you want to change")</string>
2009-02-19 19:25:17 +01:00
</property>
</widget>
</item>
2009-06-26 23:27:13 +02:00
<item row="2" column="2" colspan="2">
<widget class="QPushButton" name="pushButtonChange">
2011-01-15 17:33:02 +01:00
<property name="enabled">
<bool>false</bool>
</property>
2009-06-26 23:27:13 +02:00
<property name="text">
<string>_("Change")</string>
2009-02-19 19:25:17 +01:00
</property>
</widget>
</item>
2009-06-26 23:27:13 +02:00
<item row="2" column="4">
<widget class="QPushButton" name="pushButtonPass">
<property name="text">
<string>_("Pass")</string>
2009-02-19 19:25:17 +01:00
</property>
</widget>
</item>
2009-06-26 23:27:13 +02:00
<item row="1" column="2">
<widget class="QLabel" name="label_3">
<property name="text">
<string>_("Ref.:")</string>
2009-02-19 19:25:17 +01:00
</property>
</widget>
</item>
2009-06-26 23:27:13 +02:00
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>_("Play a word:")</string>
2008-01-20 19:40:12 +01:00
</property>
</widget>
</item>
2009-06-26 23:27:13 +02:00
<item row="1" column="1">
<widget class="QLineEdit" name="lineEditPlay">
<property name="toolTip">
2010-01-02 12:30:20 +01:00
<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>
2008-01-20 19:40:12 +01:00
</property>
2009-06-26 23:27:13 +02: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>
2008-01-22 16:30:20 +01:00
</property>
2008-01-20 19:40:12 +01:00
</widget>
</item>
2009-06-26 23:27:13 +02:00
<item row="1" column="4">
<widget class="QPushButton" name="pushButtonPlay">
<property name="text">
<string>_("Play")</string>
2009-02-19 19:25:17 +01:00
</property>
</widget>
</item>
2009-06-26 23:27:13 +02:00
<item row="1" column="3">
<widget class="QLineEdit" name="lineEditCoords">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2008-09-07 23:06:17 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2009-06-26 23:27:13 +02:00
<property name="maximumSize">
2008-09-07 23:06:17 +02:00
<size>
<width>45</width>
<height>16777215</height>
</size>
</property>
2009-06-26 23:27:13 +02:00
<property name="toolTip">
2010-01-02 12:30:20 +01:00
<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>
2008-09-07 23:06:17 +02:00
</property>
2009-06-26 23:27:13 +02: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>
2008-09-07 23:06:17 +02:00
</property>
</widget>
</item>
2008-01-20 19:40:12 +01:00
</layout>
</widget>
2009-06-26 23:27:13 +02:00
<tabstops>
<tabstop>lineEditRack</tabstop>
<tabstop>pushButtonShuffle</tabstop>
<tabstop>lineEditPlay</tabstop>
<tabstop>lineEditCoords</tabstop>
<tabstop>pushButtonPlay</tabstop>
<tabstop>lineEditChange</tabstop>
<tabstop>pushButtonChange</tabstop>
<tabstop>pushButtonPass</tabstop>
</tabstops>
2008-01-20 19:40:12 +01:00
<resources/>
<connections/>
</ui>