Wed, 13 Jul 2022 15:34:50 +0200
Revisions <no_multi_processing, Variables Viewer, with_python2> closed.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>IrcNetworkListDialog</class> <widget class="QDialog" name="IrcNetworkListDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>500</width> <height>350</height> </rect> </property> <property name="windowTitle"> <string>IRC Networks</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QTreeWidget" name="networksList"> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="columnCount"> <number>2</number> </property> <attribute name="headerVisible"> <bool>false</bool> </attribute> <column> <property name="text"> <string notr="true">1</string> </property> </column> <column> <property name="text"> <string notr="true">2</string> </property> </column> </widget> </item> <item row="0" column="1"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPushButton" name="newButton"> <property name="toolTip"> <string>Press to define a new network</string> </property> <property name="text"> <string>&New...</string> </property> </widget> </item> <item> <widget class="QPushButton" name="editButton"> <property name="toolTip"> <string>Press to edit the selected network</string> </property> <property name="text"> <string>&Edit...</string> </property> </widget> </item> <item> <widget class="QPushButton" name="deleteButton"> <property name="toolTip"> <string>Press to delete the selected network</string> </property> <property name="text"> <string>&Delete</string> </property> </widget> </item> <item> <widget class="QPushButton" name="autoConnectButton"> <property name="toolTip"> <string>Press to toggle the auto-connect flag of the selected network</string> </property> <property name="text"> <string>&Auto-Connect</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> <item> <widget class="Line" name="line"> <property name="lineWidth"> <number>2</number> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QPushButton" name="editIdentitiesButton"> <property name="toolTip"> <string>Press to edit the identities</string> </property> <property name="text"> <string>Edit &Identities...</string> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> <item row="1" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>networksList</tabstop> <tabstop>newButton</tabstop> <tabstop>editButton</tabstop> <tabstop>deleteButton</tabstop> <tabstop>autoConnectButton</tabstop> <tabstop>editIdentitiesButton</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>IrcNetworkListDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>IrcNetworkListDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>