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.
152 lines
4.9 KiB
152 lines
4.9 KiB
15 years ago
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
||
|
<class>KBetterThanKDialogBase</class>
|
||
14 years ago
|
<widget class="TQDialog">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>KBetterThanKDialogBase</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>479</width>
|
||
|
<height>109</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="caption">
|
||
|
<string></string>
|
||
|
</property>
|
||
|
<grid>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
|
<property name="resizeMode">
|
||
|
<enum>Fixed</enum>
|
||
|
</property>
|
||
|
<widget class="KActiveLabel" row="0" column="0" rowspan="1" colspan="3">
|
||
|
<property name="name">
|
||
|
<cstring>_label</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<spacer row="1" column="2">
|
||
|
<property name="name">
|
||
|
<cstring>spacer1</cstring>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeType">
|
||
|
<enum>Expanding</enum>
|
||
|
</property>
|
||
13 years ago
|
<property name="sizeHint">
|
||
15 years ago
|
<size>
|
||
|
<width>41</width>
|
||
|
<height>21</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
14 years ago
|
<widget class="TQLayoutWidget" row="1" column="1">
|
||
15 years ago
|
<property name="name">
|
||
13 years ago
|
<cstring>layout1</cstring>
|
||
15 years ago
|
</property>
|
||
|
<hbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
14 years ago
|
<widget class="TQPushButton">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_allowOnce</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Replace</string>
|
||
|
</property>
|
||
|
<property name="default">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQPushButton">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_allowAlways</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Replace &All</string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQPushButton">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_deny</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Skip</string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQPushButton">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_denyForever</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Skip A&ll</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</hbox>
|
||
|
</widget>
|
||
|
<spacer row="1" column="0">
|
||
|
<property name="name">
|
||
|
<cstring>spacer2</cstring>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeType">
|
||
|
<enum>Expanding</enum>
|
||
|
</property>
|
||
13 years ago
|
<property name="sizeHint">
|
||
15 years ago
|
<size>
|
||
|
<width>61</width>
|
||
|
<height>21</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</grid>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
</customwidgets>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>_allowOnce</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>KBetterThanKDialogBase</receiver>
|
||
|
<slot>clicked()</slot>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>_allowAlways</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>KBetterThanKDialogBase</receiver>
|
||
|
<slot>clicked()</slot>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>_deny</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>KBetterThanKDialogBase</receiver>
|
||
|
<slot>clicked()</slot>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>_denyForever</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>KBetterThanKDialogBase</receiver>
|
||
|
<slot>clicked()</slot>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
<includes>
|
||
|
<include location="global" impldecl="in declaration">kactivelabel.h</include>
|
||
|
<include location="local" impldecl="in implementation">kbetterthankdialogbase.ui.h</include>
|
||
|
</includes>
|
||
14 years ago
|
<Q_SLOTS>
|
||
15 years ago
|
<slot access="private">clicked()</slot>
|
||
14 years ago
|
<slot>setLabel( const TQString & label )</slot>
|
||
15 years ago
|
<slot access="private">init()</slot>
|
||
|
<slot access="protected">accept()</slot>
|
||
|
<slot access="protected">reject()</slot>
|
||
14 years ago
|
</Q_SLOTS>
|
||
14 years ago
|
<layoutdefaults spacing="6" margin="11"/>
|
||
15 years ago
|
</UI>
|