mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-17 06:11:49 +01:00
Fixed tab order on the player widget
This commit is contained in:
parent
da85bde477
commit
3a4daa844b
1 changed files with 73 additions and 62 deletions
|
@ -1,7 +1,8 @@
|
|||
<ui version="4.0" >
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>PlayerWidget</class>
|
||||
<widget class="QWidget" name="PlayerWidget" >
|
||||
<property name="geometry" >
|
||||
<widget class="QWidget" name="PlayerWidget">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
|
@ -9,122 +10,132 @@
|
|||
<height>117</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QLabel" name="label" >
|
||||
<property name="text" >
|
||||
<string>_("Rack:")</string>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>_("Rack:")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" colspan="3" >
|
||||
<widget class="QLineEdit" name="lineEditRack" >
|
||||
<property name="readOnly" >
|
||||
<item row="0" column="1" colspan="3">
|
||||
<widget class="QLineEdit" name="lineEditRack">
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="4" >
|
||||
<widget class="QPushButton" name="pushButtonShuffle" >
|
||||
<property name="text" >
|
||||
<string>_("Shuffle")</string>
|
||||
<item row="0" column="4">
|
||||
<widget class="QPushButton" name="pushButtonShuffle">
|
||||
<property name="text">
|
||||
<string>_("Shuffle")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" >
|
||||
<widget class="QLabel" name="labelChange" >
|
||||
<property name="text" >
|
||||
<string>_("Change letters:")</string>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="labelChange">
|
||||
<property name="text">
|
||||
<string>_("Change letters:")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1" >
|
||||
<widget class="QLineEdit" name="lineEditChange" >
|
||||
<property name="toolTip" >
|
||||
<string>_("Enter the letters you want to change")</string>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="lineEditChange">
|
||||
<property name="toolTip">
|
||||
<string>_("Enter the letters you want to change")</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<property name="text">
|
||||
<string>dummy</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="2" colspan="2" >
|
||||
<widget class="QPushButton" name="pushButtonChange" >
|
||||
<property name="text" >
|
||||
<string>_("Change")</string>
|
||||
<item row="2" column="2" colspan="2">
|
||||
<widget class="QPushButton" name="pushButtonChange">
|
||||
<property name="text">
|
||||
<string>_("Change")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="4" >
|
||||
<widget class="QPushButton" name="pushButtonPass" >
|
||||
<property name="text" >
|
||||
<string>_("Pass")</string>
|
||||
<item row="2" column="4">
|
||||
<widget class="QPushButton" name="pushButtonPass">
|
||||
<property name="text">
|
||||
<string>_("Pass")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2" >
|
||||
<widget class="QLabel" name="label_3" >
|
||||
<property name="text" >
|
||||
<string>_("Ref.:")</string>
|
||||
<item row="1" column="2">
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="text">
|
||||
<string>_("Ref.:")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<widget class="QLabel" name="label_2" >
|
||||
<property name="text" >
|
||||
<string>_("Play a word:")</string>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>_("Play a word:")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" >
|
||||
<widget class="QLineEdit" name="lineEditPlay" >
|
||||
<property name="toolTip" >
|
||||
<string>_("Enter the word to play (case-insensitive).
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="lineEditPlay">
|
||||
<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>
|
||||
E.g.: w(o)rd or W(O)RD")</string>
|
||||
</property>
|
||||
<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>
|
||||
<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>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<property name="text">
|
||||
<string>dummy</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="4" >
|
||||
<widget class="QPushButton" name="pushButtonPlay" >
|
||||
<property name="text" >
|
||||
<string>_("Play")</string>
|
||||
<item row="1" column="4">
|
||||
<widget class="QPushButton" name="pushButtonPlay">
|
||||
<property name="text">
|
||||
<string>_("Play")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="3" >
|
||||
<widget class="QLineEdit" name="lineEditCoords" >
|
||||
<property name="sizePolicy" >
|
||||
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
||||
<item row="1" column="3">
|
||||
<widget class="QLineEdit" name="lineEditCoords">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="maximumSize" >
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>45</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip" >
|
||||
<string>_("Enter the coordinates of the word.
|
||||
<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>
|
||||
E.g.: H4 or 4H")</string>
|
||||
</property>
|
||||
<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>
|
||||
<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>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<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>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
Loading…
Reference in a new issue