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.
tdesdk/kbabel/kbabeldict/modules/dbsearchengine2/sourcedialog.ui

262 lines
9.2 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>SourceDialog</class>
<widget class="TQDialog">
<property name="name">
<cstring>SourceDialog</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>415</width>
<height>385</height>
</rect>
</property>
<property name="caption">
<string>Edit Source</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer row="2" column="1">
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KPushButton" row="2" column="0">
<property name="name">
<cstring>ok</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
</widget>
<widget class="KPushButton" row="2" column="2">
<property name="name">
<cstring>cancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
<widget class="TQGroupBox" row="1" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="title">
<string>Additional Informations</string>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel6</cstring>
</property>
<property name="geometry">
<rect>
<x>11</x>
<y>76</y>
<width>108</width>
<height>29</height>
</rect>
</property>
<property name="text">
<string>Status: </string>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>projectName</cstring>
</property>
<property name="geometry">
<rect>
<x>125</x>
<y>22</y>
<width>182</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>projectKeywords</cstring>
</property>
<property name="geometry">
<rect>
<x>125</x>
<y>49</y>
<width>182</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="KComboBox">
<property name="name">
<cstring>status</cstring>
</property>
<property name="geometry">
<rect>
<x>125</x>
<y>76</y>
<width>182</width>
<height>29</height>
</rect>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel4</cstring>
</property>
<property name="geometry">
<rect>
<x>11</x>
<y>22</y>
<width>108</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Project name:</string>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel5</cstring>
</property>
<property name="geometry">
<rect>
<x>11</x>
<y>49</y>
<width>108</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Project keywords:</string>
</property>
</widget>
</widget>
<widget class="TQGroupBox" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>groupBox2</cstring>
</property>
<property name="title">
<string>General Info</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KLineEdit" row="0" column="1">
<property name="name">
<cstring>sourceName</cstring>
</property>
</widget>
<widget class="KComboBox" row="1" column="1">
<item>
<property name="text">
<string>Single File</string>
</property>
</item>
<item>
<property name="text">
<string>Single Folder</string>
</property>
</item>
<item>
<property name="text">
<string>Recursive Folder</string>
</property>
</item>
<property name="name">
<cstring>type</cstring>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Source name:</string>
</property>
</widget>
<widget class="KURLRequester" row="2" column="1">
<property name="name">
<cstring>sourceLocation</cstring>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string>Type:</string>
</property>
</widget>
<widget class="KPushButton" row="3" column="1">
<property name="name">
<cstring>filterDialog</cstring>
</property>
<property name="text">
<string>Setup Filter...</string>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Location:</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="0">
<property name="name">
<cstring>useFilter</cstring>
</property>
<property name="text">
<string>Use filter</string>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>ok</sender>
<signal>clicked()</signal>
<receiver>SourceDialog</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>cancel</sender>
<signal>clicked()</signal>
<receiver>SourceDialog</receiver>
<slot>reject()</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kcombobox.h</include>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
<include location="global" impldecl="in implementation">kurlrequester.h</include>
</includes>
</UI>