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.
tdepowersave/src/blacklistedit_Dialog.ui

267 lines
9.9 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>blacklistedit_Dialog</class>
<widget class="TQDialog">
<property name="name">
<cstring>blacklistedit_Dialog</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>490</width>
<height>246</height>
</rect>
</property>
<property name="caption">
<string>Autosuspend Blacklist Edit</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="1" column="0">
<property name="name">
<cstring>layout2</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton" row="0" column="1">
<property name="name">
<cstring>buttonOk</cstring>
</property>
<property name="text">
<string>OK</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="TQPushButton" row="0" column="3">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Cancel</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<spacer row="0" column="0">
<property name="name">
<cstring>Horizontal Spacing2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>305</width>
<height>20</height>
</size>
</property>
</spacer>
</grid>
</widget>
<widget class="TQButtonGroup" row="0" column="0">
<property name="name">
<cstring>bG_scheme</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string></string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLineEdit" row="0" column="0">
<property name="name">
<cstring>lE_blacklist</cstring>
</property>
</widget>
<widget class="TQPushButton" row="0" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>pB_add</cstring>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="TQPushButton" row="1" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>pB_remove</cstring>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
<widget class="TQListBox" row="0" column="3" rowspan="3" colspan="1">
<property name="name">
<cstring>lB_blacklist</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
</property>
</widget>
<spacer row="1" column="0">
<property name="name">
<cstring>spacer22</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Preferred</enum>
</property>
<property name="sizeHint">
<size>
<width>31</width>
<height>20</height>
</size>
</property>
</spacer>
<spacer row="2" column="2">
<property name="name">
<cstring>spacer23</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Preferred</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>140</height>
</size>
</property>
</spacer>
<widget class="TQLabel" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>tLabel_info</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>3</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>220</width>
<height>110</height>
</size>
</property>
<property name="text">
<string></string>
</property>
<property name="alignment">
<set>AlignBottom</set>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>buttonOk</sender>
<signal>released()</signal>
<receiver>blacklistedit_Dialog</receiver>
<slot>buttonOk_released()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>released()</signal>
<receiver>blacklistedit_Dialog</receiver>
<slot>buttonCancel_released()</slot>
</connection>
<connection>
<sender>pB_remove</sender>
<signal>released()</signal>
<receiver>blacklistedit_Dialog</receiver>
<slot>pB_remove_released()</slot>
</connection>
<connection>
<sender>pB_add</sender>
<signal>released()</signal>
<receiver>blacklistedit_Dialog</receiver>
<slot>pB_add_released()</slot>
</connection>
<connection>
<sender>lE_blacklist</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>blacklistedit_Dialog</receiver>
<slot>lE_blacklist_textChanged()</slot>
</connection>
<connection>
<sender>lB_blacklist</sender>
<signal>currentChanged(TQListBoxItem*)</signal>
<receiver>blacklistedit_Dialog</receiver>
<slot>lB_blacklist_currentChanged()</slot>
</connection>
</connections>
<tabstops>
<tabstop>buttonOk</tabstop>
<tabstop>buttonCancel</tabstop>
<tabstop>lE_blacklist</tabstop>
<tabstop>pB_add</tabstop>
<tabstop>pB_remove</tabstop>
<tabstop>lB_blacklist</tabstop>
</tabstops>
<Q_SLOTS>
<slot>buttonOk_released()</slot>
<slot>buttonCancel_released()</slot>
<slot>buttonApply_released()</slot>
<slot>pB_remove_released()</slot>
<slot>pB_add_released()</slot>
<slot>lB_blacklist_selected( TQListBoxItem * )</slot>
<slot>lE_blacklist_textChanged()</slot>
<slot>lB_blacklist_selected()</slot>
<slot>lB_blacklist_currentChanged(TQListBoxItem*)</slot>
<slot>lB_blacklist_currentChanged()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
</UI>