You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/src/profileengine/editor/addprofilewidget.ui

122 lines
4.1 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>AddProfileWidget</class>
<widget class="TQWidget">
<property name="name">
<cstring>AddProfileWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>312</width>
<height>192</height>
</rect>
</property>
<property name="caption">
<string>Add Profile</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>tqlayout6</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>&amp;Name:</string>
</property>
<property name="buddy" stdset="0">
<cstring>nameEdit</cstring>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>nameEdit</cstring>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>tqlayout7</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>&amp;Generic name:</string>
</property>
<property name="buddy" stdset="0">
<cstring>genericNameEdit</cstring>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>genericNameEdit</cstring>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>tqlayout8</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string>&amp;Description:</string>
</property>
<property name="buddy" stdset="0">
<cstring>descriptionEdit</cstring>
</property>
</widget>
<widget class="TQTextEdit">
<property name="name">
<cstring>descriptionEdit</cstring>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>