1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02:00

Added notr=true on placeholder texts in .ui files

This commit is contained in:
Alexandre `Zopieux` Macabies
2014-09-23 20:20:35 +01:00
parent 4b91414213
commit e0af534bef
8 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing"> <property name="spacing">
@@ -60,7 +60,7 @@
<item> <item>
<widget class="QLabel" name="captionLabel"> <widget class="QLabel" name="captionLabel">
<property name="text"> <property name="text">
<string>TextLabel</string> <string notr="true">TextLabel</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
@@ -83,7 +83,7 @@
<item> <item>
<widget class="ClickableLabel" name="anchor1Label"> <widget class="ClickableLabel" name="anchor1Label">
<property name="text"> <property name="text">
<string>TextLabel</string> <string notr="true">TextLabel</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
@@ -109,7 +109,7 @@
<item> <item>
<widget class="ClickableLabel" name="anchor2Label"> <widget class="ClickableLabel" name="anchor2Label">
<property name="text"> <property name="text">
<string>TextLabel</string> <string notr="true">TextLabel</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
@@ -135,7 +135,7 @@
<item> <item>
<widget class="ClickableLabel" name="anchor3Label"> <widget class="ClickableLabel" name="anchor3Label">
<property name="text"> <property name="text">
<string>TextLabel</string> <string notr="true">TextLabel</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing"> <property name="spacing">

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing"> <property name="spacing">

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0,1"> <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0,1">
<property name="spacing"> <property name="spacing">
@@ -216,7 +216,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>TextLabel</string> <string notr="true">TextLabel</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing"> <property name="spacing">

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing"> <property name="spacing">

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true">Form</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1,0"> <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1,0">
<property name="spacing"> <property name="spacing">
@@ -122,42 +122,42 @@
<item> <item>
<widget class="ImageButton" name="inboxButton"> <widget class="ImageButton" name="inboxButton">
<property name="text"> <property name="text">
<string>PushButton</string> <string notr="true">PushButton</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="ImageButton" name="linkButton"> <widget class="ImageButton" name="linkButton">
<property name="text"> <property name="text">
<string>PushButton</string> <string notr="true">PushButton</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="ImageButton" name="beatsButton"> <widget class="ImageButton" name="beatsButton">
<property name="text"> <property name="text">
<string>PushButton</string> <string notr="true">PushButton</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="ImageButton" name="googleButton"> <widget class="ImageButton" name="googleButton">
<property name="text"> <property name="text">
<string>PushButton</string> <string notr="true">PushButton</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="ImageButton" name="androidButton"> <widget class="ImageButton" name="androidButton">
<property name="text"> <property name="text">
<string>PushButton</string> <string notr="true">PushButton</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="ImageButton" name="networkButton"> <widget class="ImageButton" name="networkButton">
<property name="text"> <property name="text">
<string>PushButton</string> <string notr="true">PushButton</string>
</property> </property>
</widget> </widget>
</item> </item>