2010-02-15 23:17:45 +00:00
|
|
|
<ui version="4.0">
|
2008-06-05 15:08:46 +00:00
|
|
|
<class>InfoUi</class>
|
2010-02-15 23:17:45 +00:00
|
|
|
<widget class="QWidget" name="InfoUi">
|
|
|
|
<property name="geometry">
|
2008-06-05 15:08:46 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-06-06 04:10:42 +00:00
|
|
|
<width>320</width>
|
2010-02-15 23:17:45 +00:00
|
|
|
<height>75</height>
|
2008-06-05 15:08:46 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-02-15 23:17:45 +00:00
|
|
|
<property name="windowTitle">
|
2008-06-05 15:08:46 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2010-02-15 23:17:45 +00:00
|
|
|
<property name="sizeGripEnabled" stdset="0">
|
2008-06-05 15:08:46 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-02-15 23:17:45 +00:00
|
|
|
<layout class="QVBoxLayout">
|
2008-06-06 04:10:42 +00:00
|
|
|
<item>
|
2010-02-15 23:17:45 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="typeLBL">
|
|
|
|
<property name="text">
|
2008-06-06 04:10:42 +00:00
|
|
|
<string>Information Type:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-02-15 23:17:45 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="typeCO"/>
|
2008-06-06 04:10:42 +00:00
|
|
|
</item>
|
2010-02-15 23:17:45 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="nameLBL">
|
|
|
|
<property name="text">
|
2008-06-06 04:10:42 +00:00
|
|
|
<string>Information Name:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-02-15 23:17:45 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="nameLE"/>
|
2008-06-06 04:10:42 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2008-06-05 15:08:46 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<includes>
|
2010-02-15 23:17:45 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2008-06-05 15:08:46 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|