tunnelform.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>527</width>
  10. <height>452</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="gridLayoutWidget">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>521</width>
  22. <height>451</height>
  23. </rect>
  24. </property>
  25. <layout class="QGridLayout" name="formGridLayout">
  26. <item row="0" column="0">
  27. <widget class="QGroupBox" name="serverTunnelNameGroupBox">
  28. <property name="title">
  29. <string>server_tunnel_name</string>
  30. </property>
  31. <widget class="QWidget" name="gridLayoutWidget_2">
  32. <property name="geometry">
  33. <rect>
  34. <x>0</x>
  35. <y>20</y>
  36. <width>511</width>
  37. <height>421</height>
  38. </rect>
  39. </property>
  40. <layout class="QGridLayout" name="tunnelGridLayout">
  41. <item row="0" column="0">
  42. <layout class="QHBoxLayout" name="headerHorizontalLayout">
  43. <item>
  44. <widget class="QComboBox" name="tunnelTypeComboBox"/>
  45. </item>
  46. <item>
  47. <spacer name="headerHorizontalSpacer">
  48. <property name="orientation">
  49. <enum>Qt::Horizontal</enum>
  50. </property>
  51. <property name="sizeHint" stdset="0">
  52. <size>
  53. <width>40</width>
  54. <height>20</height>
  55. </size>
  56. </property>
  57. </spacer>
  58. </item>
  59. <item>
  60. <widget class="QPushButton" name="deletePushButton">
  61. <property name="text">
  62. <string>Delete</string>
  63. </property>
  64. </widget>
  65. </item>
  66. </layout>
  67. </item>
  68. <item row="1" column="0">
  69. <layout class="QHBoxLayout" name="horizontalLayout_2">
  70. <item>
  71. <widget class="QLabel" name="hostLabel">
  72. <property name="text">
  73. <string>Host:</string>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="QLineEdit" name="hostLineEdit"/>
  79. </item>
  80. <item>
  81. <spacer name="hostHorizontalSpacer">
  82. <property name="orientation">
  83. <enum>Qt::Horizontal</enum>
  84. </property>
  85. <property name="sizeHint" stdset="0">
  86. <size>
  87. <width>40</width>
  88. <height>20</height>
  89. </size>
  90. </property>
  91. </spacer>
  92. </item>
  93. </layout>
  94. </item>
  95. </layout>
  96. </widget>
  97. </widget>
  98. </item>
  99. </layout>
  100. </widget>
  101. </widget>
  102. <resources/>
  103. <connections/>
  104. </ui>