newfwruledlg.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>NewFwRuleDlg</class>
  4. <widget class="QDialog" name="NewFwRuleDlg">
  5. <property name="windowModality">
  6. <enum>Qt::NonModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>381</width>
  13. <height>121</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>New Address</string>
  18. </property>
  19. <property name="modal">
  20. <bool>true</bool>
  21. </property>
  22. <widget class="QDialogButtonBox" name="buttonBox">
  23. <property name="geometry">
  24. <rect>
  25. <x>10</x>
  26. <y>80</y>
  27. <width>361</width>
  28. <height>32</height>
  29. </rect>
  30. </property>
  31. <property name="orientation">
  32. <enum>Qt::Horizontal</enum>
  33. </property>
  34. <property name="standardButtons">
  35. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  36. </property>
  37. </widget>
  38. <widget class="QLabel" name="label_2">
  39. <property name="geometry">
  40. <rect>
  41. <x>10</x>
  42. <y>14</y>
  43. <width>62</width>
  44. <height>17</height>
  45. </rect>
  46. </property>
  47. <property name="text">
  48. <string>Address</string>
  49. </property>
  50. </widget>
  51. <widget class="QLabel" name="label_4">
  52. <property name="geometry">
  53. <rect>
  54. <x>10</x>
  55. <y>44</y>
  56. <width>61</width>
  57. <height>21</height>
  58. </rect>
  59. </property>
  60. <property name="text">
  61. <string>Service</string>
  62. </property>
  63. </widget>
  64. <widget class="QComboBox" name="serviceComboBox">
  65. <property name="geometry">
  66. <rect>
  67. <x>70</x>
  68. <y>40</y>
  69. <width>301</width>
  70. <height>27</height>
  71. </rect>
  72. </property>
  73. <property name="editable">
  74. <bool>true</bool>
  75. </property>
  76. </widget>
  77. <widget class="QComboBox" name="addressComboBox">
  78. <property name="geometry">
  79. <rect>
  80. <x>70</x>
  81. <y>10</y>
  82. <width>301</width>
  83. <height>27</height>
  84. </rect>
  85. </property>
  86. <property name="editable">
  87. <bool>true</bool>
  88. </property>
  89. </widget>
  90. </widget>
  91. <tabstops>
  92. <tabstop>addressComboBox</tabstop>
  93. <tabstop>serviceComboBox</tabstop>
  94. <tabstop>buttonBox</tabstop>
  95. </tabstops>
  96. <resources/>
  97. <connections>
  98. <connection>
  99. <sender>buttonBox</sender>
  100. <signal>accepted()</signal>
  101. <receiver>NewFwRuleDlg</receiver>
  102. <slot>accept()</slot>
  103. <hints>
  104. <hint type="sourcelabel">
  105. <x>370</x>
  106. <y>94</y>
  107. </hint>
  108. <hint type="destinationlabel">
  109. <x>157</x>
  110. <y>120</y>
  111. </hint>
  112. </hints>
  113. </connection>
  114. <connection>
  115. <sender>buttonBox</sender>
  116. <signal>rejected()</signal>
  117. <receiver>NewFwRuleDlg</receiver>
  118. <slot>reject()</slot>
  119. <hints>
  120. <hint type="sourcelabel">
  121. <x>370</x>
  122. <y>100</y>
  123. </hint>
  124. <hint type="destinationlabel">
  125. <x>286</x>
  126. <y>120</y>
  127. </hint>
  128. </hints>
  129. </connection>
  130. </connections>
  131. </ui>