Implemented a basic notification system to show activity in the networkviews
[quassel.git] / gui / ui / nickeditdlg.ui
1 <ui version="4.0" >
2  <class>NickEditDlg</class>
3  <widget class="QDialog" name="NickEditDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>307</width>
9     <height>96</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>3</hsizetype>
15     <vsizetype>3</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="windowTitle" >
21    <string>Edit Nick</string>
22   </property>
23   <property name="modal" >
24    <bool>true</bool>
25   </property>
26   <layout class="QVBoxLayout" >
27    <property name="margin" >
28     <number>9</number>
29    </property>
30    <property name="spacing" >
31     <number>6</number>
32    </property>
33    <item>
34     <widget class="QLabel" name="label" >
35      <property name="text" >
36       <string>Nickname:</string>
37      </property>
38     </widget>
39    </item>
40    <item>
41     <widget class="QLineEdit" name="lineEdit" />
42    </item>
43    <item>
44     <widget class="QWidget" native="1" name="widget" />
45    </item>
46    <item>
47     <spacer>
48      <property name="orientation" >
49       <enum>Qt::Vertical</enum>
50      </property>
51      <property name="sizeHint" >
52       <size>
53        <width>291</width>
54        <height>16</height>
55       </size>
56      </property>
57     </spacer>
58    </item>
59    <item>
60     <widget class="QDialogButtonBox" name="buttonBox" >
61      <property name="orientation" >
62       <enum>Qt::Horizontal</enum>
63      </property>
64      <property name="standardButtons" >
65       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
66      </property>
67     </widget>
68    </item>
69   </layout>
70  </widget>
71  <resources/>
72  <connections>
73   <connection>
74    <sender>buttonBox</sender>
75    <signal>rejected()</signal>
76    <receiver>NickEditDlg</receiver>
77    <slot>reject()</slot>
78    <hints>
79     <hint type="sourcelabel" >
80      <x>153</x>
81      <y>77</y>
82     </hint>
83     <hint type="destinationlabel" >
84      <x>153</x>
85      <y>47</y>
86     </hint>
87    </hints>
88   </connection>
89   <connection>
90    <sender>buttonBox</sender>
91    <signal>accepted()</signal>
92    <receiver>NickEditDlg</receiver>
93    <slot>accept()</slot>
94    <hints>
95     <hint type="sourcelabel" >
96      <x>153</x>
97      <y>77</y>
98     </hint>
99     <hint type="destinationlabel" >
100      <x>153</x>
101      <y>47</y>
102     </hint>
103    </hints>
104   </connection>
105  </connections>
106 </ui>