GUI: Set buddies in Project file -dialog.
This commit is contained in:
parent
d2e6e3b49b
commit
d98d840e98
|
@ -21,6 +21,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Include paths:</string>
|
<string>Include paths:</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="buddy">
|
||||||
|
<cstring>mEditIncludePaths</cstring>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -35,6 +38,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Defines:</string>
|
<string>Defines:</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="buddy">
|
||||||
|
<cstring>mEditDefines</cstring>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in New Issue