summaryrefslogtreecommitdiff
path: root/src/linguist/linguist/finddialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/linguist/linguist/finddialog.ui')
-rw-r--r--src/linguist/linguist/finddialog.ui84
1 files changed, 38 insertions, 46 deletions
diff --git a/src/linguist/linguist/finddialog.ui b/src/linguist/linguist/finddialog.ui
index f405a45be..20dceb7e1 100644
--- a/src/linguist/linguist/finddialog.ui
+++ b/src/linguist/linguist/finddialog.ui
@@ -50,28 +50,22 @@
<string>This window allows you to search for some text in the translation source file.</string>
</property>
<layout class="QHBoxLayout">
- <property name="spacing">
- <number>6</number>
+ <property name="leftMargin">
+ <number>11</number>
+ </property>
+ <property name="topMargin">
+ <number>11</number>
</property>
- <property name="margin">
+ <property name="rightMargin">
+ <number>11</number>
+ </property>
+ <property name="bottomMargin">
<number>11</number>
</property>
<item>
<layout class="QVBoxLayout">
- <property name="spacing">
- <number>6</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
<item>
<layout class="QHBoxLayout">
- <property name="spacing">
- <number>6</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
<item>
<widget class="QLabel" name="findWhat">
<property name="text">
@@ -97,45 +91,46 @@
<string>Options</string>
</property>
<layout class="QGridLayout">
- <property name="margin">
- <number>9</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <item row="1" column="0">
- <widget class="QCheckBox" name="sourceText">
+ <item row="1" column="1">
+ <widget class="QCheckBox" name="useRegExp">
<property name="whatsThis">
- <string>Source texts are searched when checked.</string>
+ <string>Lets you use a Perl-compatible regular expression</string>
</property>
<property name="text">
- <string>&amp;Source texts</string>
+ <string>Regular &amp;expression</string>
</property>
- <property name="checked">
- <bool>true</bool>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QCheckBox" name="matchCase">
+ <property name="whatsThis">
+ <string>Texts such as 'TeX' and 'tex' are considered as different when checked.</string>
+ </property>
+ <property name="text">
+ <string>&amp;Match case</string>
</property>
</widget>
</item>
- <item row="2" column="0">
- <widget class="QCheckBox" name="translations">
+ <item row="1" column="0">
+ <widget class="QCheckBox" name="sourceText">
<property name="whatsThis">
- <string>Translations are searched when checked.</string>
+ <string>Source texts are searched when checked.</string>
</property>
<property name="text">
- <string>&amp;Translations</string>
+ <string>&amp;Source texts</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
- <item row="0" column="1">
- <widget class="QCheckBox" name="matchCase">
+ <item row="3" column="1">
+ <widget class="QCheckBox" name="skipObsolete">
<property name="whatsThis">
- <string>Texts such as 'TeX' and 'tex' are considered as different when checked.</string>
+ <string>Obsoleted messages are skipped when checked.</string>
</property>
<property name="text">
- <string>&amp;Match case</string>
+ <string>Skip &amp;obsolete</string>
</property>
</widget>
</item>
@@ -152,7 +147,7 @@
</property>
</widget>
</item>
- <item row="1" column="1">
+ <item row="2" column="1">
<widget class="QCheckBox" name="ignoreAccelerators">
<property name="text">
<string>Ignore &amp;accelerators</string>
@@ -162,13 +157,16 @@
</property>
</widget>
</item>
- <item row="2" column="1">
- <widget class="QCheckBox" name="skipObsolete">
+ <item row="2" column="0">
+ <widget class="QCheckBox" name="translations">
<property name="whatsThis">
- <string>Obsoleted messages are skipped when checked.</string>
+ <string>Translations are searched when checked.</string>
</property>
<property name="text">
- <string>Skip &amp;obsolete</string>
+ <string>&amp;Translations</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
</property>
</widget>
</item>
@@ -179,12 +177,6 @@
</item>
<item>
<layout class="QVBoxLayout">
- <property name="spacing">
- <number>6</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
<item>
<widget class="QPushButton" name="findNxt">
<property name="whatsThis">