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.
66 lines
2.2 KiB
66 lines
2.2 KiB
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
|
<class>SettingsDialogBase</class>
|
|
<widget class="TQWidget">
|
|
<property name="name">
|
|
<cstring>SettingsDialogBase</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>510</width>
|
|
<height>501</height>
|
|
</rect>
|
|
</property>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>grid</cstring>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="KLineEdit" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>pattern_edit</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>*.h;*.H;*.hh;*.hxx;*.hpp;*.tlh</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>textLabel1_2</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Filename pattern:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQCheckBox" row="2" column="0">
|
|
<property name="name">
|
|
<cstring>recursive_box</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Recursive</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
<Q_SIGNALS>
|
|
<signal>enabled(int)</signal>
|
|
</Q_SIGNALS>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
<includes>
|
|
<include location="global" impldecl="in implementation">klineedit.h</include>
|
|
</includes>
|
|
</UI>
|