Promote QLineEdit to VLineEdit.
--HG-- branch : develop
This commit is contained in:
parent
be548269f6
commit
3d9e4e7555
|
@ -1251,7 +1251,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QLineEdit" name="lineEditPatternName">
|
||||
<widget class="VLineEdit" name="lineEditPatternName">
|
||||
<property name="maxLength">
|
||||
<number>30</number>
|
||||
</property>
|
||||
|
@ -1265,7 +1265,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="lineEditPatternNumber">
|
||||
<widget class="VLineEdit" name="lineEditPatternNumber">
|
||||
<property name="maxLength">
|
||||
<number>30</number>
|
||||
</property>
|
||||
|
@ -1279,7 +1279,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="lineEditCompanyName">
|
||||
<widget class="VLineEdit" name="lineEditCompanyName">
|
||||
<property name="maxLength">
|
||||
<number>30</number>
|
||||
</property>
|
||||
|
@ -1293,7 +1293,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1">
|
||||
<widget class="QLineEdit" name="lineEditCustomerName">
|
||||
<widget class="VLineEdit" name="lineEditCustomerName">
|
||||
<property name="maxLength">
|
||||
<number>30</number>
|
||||
</property>
|
||||
|
@ -1338,6 +1338,13 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>VLineEdit</class>
|
||||
<extends>QLineEdit</extends>
|
||||
<header>vlineedit.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources>
|
||||
<include location="../../../libs/vmisc/share/resources/icon.qrc"/>
|
||||
</resources>
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QLineEdit" name="lineEditLetter">
|
||||
<widget class="VLineEdit" name="lineEditLetter">
|
||||
<property name="maxLength">
|
||||
<number>3</number>
|
||||
</property>
|
||||
|
@ -111,7 +111,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="lineEditName">
|
||||
<widget class="VLineEdit" name="lineEditName">
|
||||
<property name="text">
|
||||
<string>Detail</string>
|
||||
</property>
|
||||
|
@ -165,7 +165,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="QLineEdit" name="lineEditAnnotation">
|
||||
<widget class="VLineEdit" name="lineEditAnnotation">
|
||||
<property name="placeholderText">
|
||||
<string>A text field to add comments in</string>
|
||||
</property>
|
||||
|
@ -179,7 +179,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="6" column="1">
|
||||
<widget class="QLineEdit" name="lineEditOrientation">
|
||||
<widget class="VLineEdit" name="lineEditOrientation">
|
||||
<property name="placeholderText">
|
||||
<string notr="true">"Left"/"Right"/"Undefined"</string>
|
||||
</property>
|
||||
|
@ -193,7 +193,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="7" column="1">
|
||||
<widget class="QLineEdit" name="lineEditRotation">
|
||||
<widget class="VLineEdit" name="lineEditRotation">
|
||||
<property name="placeholderText">
|
||||
<string notr="true">"1-Way"/"2-Way"/"4-Way"/"Any"</string>
|
||||
</property>
|
||||
|
@ -207,7 +207,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="8" column="1">
|
||||
<widget class="QLineEdit" name="lineEditTilt">
|
||||
<widget class="VLineEdit" name="lineEditTilt">
|
||||
<property name="placeholderText">
|
||||
<string notr="true">"CW X"/"CCW X"</string>
|
||||
</property>
|
||||
|
@ -221,7 +221,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="QLineEdit" name="lineEditFoldPosition">
|
||||
<widget class="VLineEdit" name="lineEditFoldPosition">
|
||||
<property name="placeholderText">
|
||||
<string notr="true">"Up/Down"/"Left/Right"</string>
|
||||
</property>
|
||||
|
@ -1682,6 +1682,13 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>VLineEdit</class>
|
||||
<extends>QLineEdit</extends>
|
||||
<header>vlineedit.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources>
|
||||
<include location="../../../../../vmisc/share/resources/icon.qrc"/>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue
Block a user