NewVMdlg: link labels to input boxes
This commit is contained in:
parent
2883c76740
commit
95c3f822ab
@ -35,6 +35,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use this template:</string>
|
<string>Use this template:</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="buddy">
|
||||||
|
<cstring>template_name</cstring>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="2">
|
<item row="2" column="2">
|
||||||
@ -83,6 +86,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Name & label:</string>
|
<string>Name & label:</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="buddy">
|
||||||
|
<cstring>vmname</cstring>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="3">
|
<item row="1" column="3">
|
||||||
|
Loading…
Reference in New Issue
Block a user