2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
2008-02-14 18:06:47 +00:00
|
|
|
<class>LabelUi</class>
|
|
|
|
<widget class="QDialog" name="LabelUi" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-02-14 18:06:47 +00:00
|
|
|
<width>300</width>
|
2006-03-24 15:59:11 +00:00
|
|
|
<height>82</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>11</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="keywordLA" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2008-02-14 18:06:47 +00:00
|
|
|
<string>&Label:</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>keywordED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="keywordED" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-05 17:24:44 +00:00
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="okPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="closePB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Cancel</string>
|
|
|
|
</property>
|
2007-02-07 17:00:37 +00:00
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2006-03-24 15:59:11 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2006-11-07 17:56:32 +00:00
|
|
|
<includes>
|
2008-04-20 16:32:40 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2006-11-07 17:56:32 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|