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.
tdevelop/buildtools/lib/widgets/removesubprojectdlgbase.ui

155 lines
5.3 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>RemoveSubprojectDlgBase</class>
<widget class="TQDialog">
<property name="name">
<cstring>RemoveSubprojectDlgBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>378</width>
<height>147</height>
</rect>
</property>
<property name="caption">
<string>[REMOVE SUBPROJECT]</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQGroupBox">
<property name="name">
<cstring>fileGroupBox</cstring>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32767</width>
<height>140</height>
</size>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
<property name="title">
<string>&amp;Information</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>removeLabel</cstring>
</property>
<property name="text">
<string>[REMOVE QUESTION]</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>removeCheckBox</cstring>
</property>
<property name="text">
<string>Also &amp;remove it from disk</string>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>noticeLabel</cstring>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>&lt;b&gt;Note:&lt;/b&gt; You will not be able to undo this operation.</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>buttonLayout</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<spacer>
<property name="name">
<cstring>buttonSpacer</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>30</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>removeButton</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>cancelButton</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>removeButton</sender>
<signal>clicked()</signal>
<receiver>RemoveSubprojectDlgBase</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>cancelButton</sender>
<signal>clicked()</signal>
<receiver>RemoveSubprojectDlgBase</receiver>
<slot>reject()</slot>
</connection>
</connections>
<includes>
<include location="global" impldecl="in implementation">kdialog.h</include>
</includes>
<slots>
<slot>accept()</slot>
<slot>reject()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>