Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
Fully write the label because there's enough space + alignment
  • Loading branch information
DelazJ authored and m-kuhn committed Aug 22, 2017
1 parent 6e3aba3 commit 6fd3c10
Showing 1 changed file with 19 additions and 29 deletions.
Expand Up @@ -11,68 +11,58 @@
</rect>
</property>
<property name="windowTitle">
<string>Add versioning support to a table</string>
<string>Add Versioning Support to a Table</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0" rowspan="2">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Table is expected to be empty, with a primary key.</string>
<string>Table should be empty, with a primary key</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1">
<widget class="QComboBox" name="cboSchema"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Schema</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="cboSchema"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Table</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="cboTable"/>
</item>
<item row="0" column="2" rowspan="2">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Preferred</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>48</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="chkCreateCurrent">
<property name="text">
<string>create a view with current content (&lt;TABLE&gt;_current)</string>
<string>Create a view with current content (&lt;TABLE&gt;_current)</string>
</property>
<property name="checked">
<bool>true</bool>
Expand All @@ -88,10 +78,10 @@
<item row="0" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Prim. key</string>
<string>Primary key</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
Expand All @@ -108,7 +98,7 @@
<string>Start time</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
Expand All @@ -125,7 +115,7 @@
<string>End time</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
Expand Down Expand Up @@ -157,7 +147,7 @@
<item row="0" column="1">
<widget class="QLabel" name="label_5">
<property name="text">
<string>SQL to be executed:</string>
<string>SQL to be executed</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 6fd3c10

Please sign in to comment.