manager/newfwruledlg.ui

132 lines
2.8 KiB
Plaintext
Raw Normal View History

2011-02-21 18:15:35 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NewFwRuleDlg</class>
<widget class="QDialog" name="NewFwRuleDlg">
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2011-03-03 22:41:47 +01:00
<width>381</width>
<height>121</height>
2011-02-21 18:15:35 +01:00
</rect>
</property>
<property name="windowTitle">
2011-03-03 22:41:47 +01:00
<string>New Address</string>
2011-02-21 18:15:35 +01:00
</property>
<property name="modal">
<bool>true</bool>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
2011-03-03 22:41:47 +01:00
<x>10</x>
<y>80</y>
<width>361</width>
2011-02-21 18:15:35 +01:00
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
2011-03-03 22:41:47 +01:00
<widget class="QLabel" name="label_2">
2011-02-21 18:15:35 +01:00
<property name="geometry">
<rect>
<x>10</x>
2011-03-03 22:41:47 +01:00
<y>14</y>
2011-02-21 18:15:35 +01:00
<width>62</width>
<height>17</height>
</rect>
</property>
<property name="text">
2011-03-03 22:41:47 +01:00
<string>Address</string>
2011-02-21 18:15:35 +01:00
</property>
</widget>
2011-03-03 22:41:47 +01:00
<widget class="QLabel" name="label_4">
2011-02-21 18:15:35 +01:00
<property name="geometry">
<rect>
<x>10</x>
2011-03-03 22:41:47 +01:00
<y>44</y>
<width>61</width>
<height>21</height>
2011-02-21 18:15:35 +01:00
</rect>
</property>
2011-03-03 22:41:47 +01:00
<property name="text">
<string>Service</string>
2011-02-21 18:15:35 +01:00
</property>
</widget>
2011-03-03 22:41:47 +01:00
<widget class="QComboBox" name="serviceComboBox">
2011-02-21 18:15:35 +01:00
<property name="geometry">
<rect>
2011-03-03 22:41:47 +01:00
<x>70</x>
<y>40</y>
<width>301</width>
2011-02-21 18:15:35 +01:00
<height>27</height>
</rect>
</property>
2011-03-03 22:41:47 +01:00
<property name="editable">
<bool>true</bool>
</property>
2011-02-21 18:15:35 +01:00
</widget>
<widget class="QComboBox" name="addressComboBox">
<property name="geometry">
<rect>
<x>70</x>
<y>10</y>
<width>301</width>
<height>27</height>
</rect>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
2011-02-21 18:15:35 +01:00
</widget>
<tabstops>
<tabstop>addressComboBox</tabstop>
2011-03-03 22:41:47 +01:00
<tabstop>serviceComboBox</tabstop>
2011-02-21 18:15:35 +01:00
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>NewFwRuleDlg</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
2011-03-03 22:41:47 +01:00
<x>370</x>
<y>94</y>
2011-02-21 18:15:35 +01:00
</hint>
<hint type="destinationlabel">
<x>157</x>
2011-03-03 22:41:47 +01:00
<y>120</y>
2011-02-21 18:15:35 +01:00
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>NewFwRuleDlg</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
2011-03-03 22:41:47 +01:00
<x>370</x>
<y>100</y>
2011-02-21 18:15:35 +01:00
</hint>
<hint type="destinationlabel">
<x>286</x>
2011-03-03 22:41:47 +01:00
<y>120</y>
2011-02-21 18:15:35 +01:00
</hint>
</hints>
</connection>
</connections>
</ui>