diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:04:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:04:58 -0600 |
commit | b10a61b1fd2fe561ba61a384d4a344bae2a4aa29 (patch) | |
tree | 99dc6b2584265b2df91f7dbc1dcbf7a54efd205e /kopete/protocols/irc/ui/networkconfig.ui | |
parent | 64c3be47ff36e40035ead93f913aeeb1e4f85e4b (diff) | |
download | tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.tar.gz tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kopete/protocols/irc/ui/networkconfig.ui')
-rw-r--r-- | kopete/protocols/irc/ui/networkconfig.ui | 382 |
1 files changed, 0 insertions, 382 deletions
diff --git a/kopete/protocols/irc/ui/networkconfig.ui b/kopete/protocols/irc/ui/networkconfig.ui deleted file mode 100644 index 09121e54..00000000 --- a/kopete/protocols/irc/ui/networkconfig.ui +++ /dev/null @@ -1,382 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>NetworkConfig</class> -<widget class="TQDialog"> - <property name="name"> - <cstring>NetworkConfig</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>670</width> - <height>468</height> - </rect> - </property> - <property name="caption"> - <string>Network Configuration</string> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLineEdit" row="1" column="4" rowspan="1" colspan="3"> - <property name="name"> - <cstring>description</cstring> - </property> - </widget> - <widget class="TQLabel" row="1" column="3"> - <property name="name"> - <cstring>textLabel10</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>5</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>&Description:</string> - </property> - <property name="buddy" stdset="0"> - <cstring>description</cstring> - </property> - </widget> - <widget class="TQGroupBox" row="2" column="3" rowspan="1" colspan="4"> - <property name="name"> - <cstring>groupBox2</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>3</hsizetype> - <vsizetype>3</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="margin"> - <number>4</number> - </property> - <property name="title"> - <string>Host Con&figuration</string> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQListBox" row="0" column="0" rowspan="3" colspan="4"> - <property name="name"> - <cstring>hostList</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>3</hsizetype> - <vsizetype>3</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" stdset="0"> - <string>The IRC servers associated with this network</string> - </property> - <property name="whatsThis" stdset="0"> - <string>The IRC servers associated with this network. Use the up and down buttons to alter the order in which connections are attempted.</string> - </property> - </widget> - <widget class="TQLineEdit" row="4" column="1" rowspan="1" colspan="4"> - <property name="name"> - <cstring>password</cstring> - </property> - <property name="echoMode"> - <enum>Password</enum> - </property> - <property name="toolTip" stdset="0"> - <string>Most IRC servers do not require a password</string> - </property> - </widget> - <widget class="TQLabel" row="3" column="2"> - <property name="name"> - <cstring>textLabel6</cstring> - </property> - <property name="text"> - <string>Por&t:</string> - </property> - <property name="buddy" stdset="0"> - <cstring>port</cstring> - </property> - </widget> - <widget class="TQSpinBox" row="3" column="3" rowspan="1" colspan="2"> - <property name="name"> - <cstring>port</cstring> - </property> - <property name="maxValue"> - <number>65536</number> - </property> - <property name="minValue"> - <number>1</number> - </property> - <property name="value"> - <number>6667</number> - </property> - </widget> - <widget class="TQLabel" row="4" column="0"> - <property name="name"> - <cstring>textLabel4</cstring> - </property> - <property name="text"> - <string>&Password:</string> - </property> - <property name="buddy" stdset="0"> - <cstring>password</cstring> - </property> - </widget> - <widget class="TQLabel" row="3" column="0"> - <property name="name"> - <cstring>textLabel5</cstring> - </property> - <property name="text"> - <string>&Host:</string> - </property> - <property name="buddy" stdset="0"> - <cstring>host</cstring> - </property> - </widget> - <widget class="TQLineEdit" row="3" column="1"> - <property name="name"> - <cstring>host</cstring> - </property> - <property name="readOnly"> - <bool>true</bool> - </property> - <property name="toolTip" stdset="0"> - <string></string> - </property> - </widget> - <widget class="TQCheckBox" row="5" column="0" rowspan="1" colspan="2"> - <property name="name"> - <cstring>useSSL</cstring> - </property> - <property name="text"> - <string>Use SS&L</string> - </property> - <property name="toolTip" stdset="0"> - <string>Check this to enable SSL for this connection</string> - </property> - </widget> - <widget class="TQPushButton" row="6" column="3" rowspan="1" colspan="2"> - <property name="name"> - <cstring>removeHost</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>&Remove</string> - </property> - </widget> - <widget class="TQPushButton" row="6" column="2"> - <property name="name"> - <cstring>newHost</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>&New...</string> - </property> - </widget> - <spacer row="6" column="0" rowspan="1" colspan="2"> - <property name="name"> - <cstring>spacer3</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>210</width> - <height>20</height> - </size> - </property> - </spacer> - <widget class="TQPushButton" row="2" column="4"> - <property name="name"> - <cstring>downButton</cstring> - </property> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="text"> - <string>Down</string> - </property> - <property name="toolTip" stdset="0"> - <string>Move this server down</string> - </property> - <property name="whatsThis" stdset="0"> - <string>Move this server down in connection attempt priority</string> - </property> - </widget> - <spacer row="0" column="4"> - <property name="name"> - <cstring>spacer4</cstring> - </property> - <property name="orientation"> - <enum>Vertical</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>20</width> - <height>151</height> - </size> - </property> - </spacer> - <widget class="TQPushButton" row="1" column="4"> - <property name="name"> - <cstring>upButton</cstring> - </property> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="text"> - <string>Up</string> - </property> - <property name="toolTip" stdset="0"> - <string>Move this server up</string> - </property> - <property name="whatsThis" stdset="0"> - <string>Move this server up in connection attempt priority</string> - </property> - </widget> - </grid> - </widget> - <widget class="TQPushButton" row="3" column="6"> - <property name="name"> - <cstring>cancelButton</cstring> - </property> - <property name="text"> - <string>&Cancel</string> - </property> - </widget> - <widget class="TQPushButton" row="3" column="5"> - <property name="name"> - <cstring>saveButton</cstring> - </property> - <property name="text"> - <string>&Save</string> - </property> - </widget> - <widget class="TQPushButton" row="3" column="0"> - <property name="name"> - <cstring>newNetwork</cstring> - </property> - <property name="text"> - <string>Ne&w</string> - </property> - </widget> - <widget class="TQListBox" row="0" column="0" rowspan="3" colspan="3"> - <property name="name"> - <cstring>networkList</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>3</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - <spacer row="3" column="3" rowspan="1" colspan="2"> - <property name="name"> - <cstring>spacer5</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>260</width> - <height>20</height> - </size> - </property> - </spacer> - <widget class="TQPushButton" row="3" column="1"> - <property name="name"> - <cstring>renameNetwork</cstring> - </property> - <property name="text"> - <string>Rena&me...</string> - </property> - </widget> - <widget class="TQPushButton" row="3" column="2"> - <property name="name"> - <cstring>removeNetwork</cstring> - </property> - <property name="text"> - <string>Remo&ve</string> - </property> - </widget> - </grid> -</widget> -<connections> - <connection> - <sender>cancelButton</sender> - <signal>clicked()</signal> - <receiver>NetworkConfig</receiver> - <slot>reject()</slot> - </connection> - <connection> - <sender>saveButton</sender> - <signal>clicked()</signal> - <receiver>NetworkConfig</receiver> - <slot>accept()</slot> - </connection> -</connections> -<tabstops> - <tabstop>networkList</tabstop> - <tabstop>newNetwork</tabstop> - <tabstop>renameNetwork</tabstop> - <tabstop>removeNetwork</tabstop> - <tabstop>description</tabstop> - <tabstop>hostList</tabstop> - <tabstop>upButton</tabstop> - <tabstop>downButton</tabstop> - <tabstop>host</tabstop> - <tabstop>port</tabstop> - <tabstop>password</tabstop> - <tabstop>useSSL</tabstop> - <tabstop>newHost</tabstop> - <tabstop>removeHost</tabstop> - <tabstop>saveButton</tabstop> - <tabstop>cancelButton</tabstop> -</tabstops> -<Q_SIGNALS> - <signal>accepted()</signal> - <signal>rejected()</signal> -</Q_SIGNALS> -<Q_SLOTS> - <slot access="protected">accept()</slot> - <slot access="protected">reject()</slot> -</Q_SLOTS> -<layoutdefaults spacing="6" margin="11"/> -</UI> |