settings: Add Features tab to Network for skipCaps
[quassel.git] / src / qtui / settingspages / capseditdlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CapsEditDlg</class>
4  <widget class="QDialog" name="CapsEditDlg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>475</width>
10     <height>154</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Edit Network Features</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="label">
19      <property name="text">
20       <string>&lt;p&gt;Enter a space-separated list of IRCv3 capabilities to ignore:&lt;/p&gt;</string>
21      </property>
22      <property name="alignment">
23       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
24      </property>
25      <property name="wordWrap">
26       <bool>true</bool>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <widget class="QLineEdit" name="skipCapsEdit"/>
32    </item>
33    <item>
34     <widget class="QLabel" name="label_2">
35      <property name="text">
36       <string>&lt;p&gt;A list of capabilities may be found at &lt;a href=&quot;https://ircv3.net/irc/&quot;&gt;https://ircv3.net/irc/&lt;/a&gt;.&lt;/p&gt;</string>
37      </property>
38      <property name="alignment">
39       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
40      </property>
41      <property name="wordWrap">
42       <bool>true</bool>
43      </property>
44      <property name="openExternalLinks">
45       <bool>true</bool>
46      </property>
47      <property name="textInteractionFlags">
48       <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
49      </property>
50     </widget>
51    </item>
52    <item>
53     <spacer>
54      <property name="orientation">
55       <enum>Qt::Vertical</enum>
56      </property>
57      <property name="sizeHint" stdset="0">
58       <size>
59        <width>270</width>
60        <height>0</height>
61       </size>
62      </property>
63     </spacer>
64    </item>
65    <item>
66     <widget class="QDialogButtonBox" name="buttonBox">
67      <property name="orientation">
68       <enum>Qt::Horizontal</enum>
69      </property>
70      <property name="standardButtons">
71       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
72      </property>
73     </widget>
74    </item>
75   </layout>
76  </widget>
77  <resources/>
78  <connections>
79   <connection>
80    <sender>buttonBox</sender>
81    <signal>accepted()</signal>
82    <receiver>CapsEditDlg</receiver>
83    <slot>accept()</slot>
84    <hints>
85     <hint type="sourcelabel">
86      <x>248</x>
87      <y>254</y>
88     </hint>
89     <hint type="destinationlabel">
90      <x>157</x>
91      <y>274</y>
92     </hint>
93    </hints>
94   </connection>
95   <connection>
96    <sender>buttonBox</sender>
97    <signal>rejected()</signal>
98    <receiver>CapsEditDlg</receiver>
99    <slot>reject()</slot>
100    <hints>
101     <hint type="sourcelabel">
102      <x>316</x>
103      <y>260</y>
104     </hint>
105     <hint type="destinationlabel">
106      <x>286</x>
107      <y>274</y>
108     </hint>
109    </hints>
110   </connection>
111  </connections>
112 </ui>