PIVariantEdit ready but widgets fullEditMode
This commit is contained in:
@@ -47,6 +47,16 @@
|
||||
<item row="3" column="1">
|
||||
<widget class="EComboBox" name="comboType"/>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>Comment:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="CLineEdit" name="lineComment"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
@@ -148,8 +158,22 @@
|
||||
<string>Array</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionReorder">
|
||||
<property name="icon">
|
||||
<iconset resource="../graphic/qad_graphic.qrc">
|
||||
<normaloff>:/icons/legend.png</normaloff>:/icons/legend.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Reorder ...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>CLineEdit</class>
|
||||
<extends>QLineEdit</extends>
|
||||
<header>clineedit.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>EComboBox</class>
|
||||
<extends>QComboBox</extends>
|
||||
|
||||
Reference in New Issue
Block a user