newfwruledlg.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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="QLineEdit" name="addressEdit">
  52. <property name="geometry">
  53. <rect>
  54. <x>70</x>
  55. <y>10</y>
  56. <width>301</width>
  57. <height>27</height>
  58. </rect>
  59. </property>
  60. </widget>
  61. <widget class="QLabel" name="label_4">
  62. <property name="geometry">
  63. <rect>
  64. <x>10</x>
  65. <y>44</y>
  66. <width>61</width>
  67. <height>21</height>
  68. </rect>
  69. </property>
  70. <property name="text">
  71. <string>Service</string>
  72. </property>
  73. </widget>
  74. <widget class="QComboBox" name="serviceComboBox">
  75. <property name="geometry">
  76. <rect>
  77. <x>70</x>
  78. <y>40</y>
  79. <width>301</width>
  80. <height>27</height>
  81. </rect>
  82. </property>
  83. <property name="editable">
  84. <bool>true</bool>
  85. </property>
  86. </widget>
  87. </widget>
  88. <tabstops>
  89. <tabstop>addressEdit</tabstop>
  90. <tabstop>serviceComboBox</tabstop>
  91. <tabstop>buttonBox</tabstop>
  92. </tabstops>
  93. <resources/>
  94. <connections>
  95. <connection>
  96. <sender>buttonBox</sender>
  97. <signal>accepted()</signal>
  98. <receiver>NewFwRuleDlg</receiver>
  99. <slot>accept()</slot>
  100. <hints>
  101. <hint type="sourcelabel">
  102. <x>370</x>
  103. <y>94</y>
  104. </hint>
  105. <hint type="destinationlabel">
  106. <x>157</x>
  107. <y>120</y>
  108. </hint>
  109. </hints>
  110. </connection>
  111. <connection>
  112. <sender>buttonBox</sender>
  113. <signal>rejected()</signal>
  114. <receiver>NewFwRuleDlg</receiver>
  115. <slot>reject()</slot>
  116. <hints>
  117. <hint type="sourcelabel">
  118. <x>370</x>
  119. <y>100</y>
  120. </hint>
  121. <hint type="destinationlabel">
  122. <x>286</x>
  123. <y>120</y>
  124. </hint>
  125. </hints>
  126. </connection>
  127. </connections>
  128. </ui>