editlinkdialog.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>EditLinkDialog</class>
  4. <widget class="QDialog" name="EditLinkDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>91</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>新宋体</family>
  16. <pointsize>11</pointsize>
  17. </font>
  18. </property>
  19. <property name="windowTitle">
  20. <string>编辑链接</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QWidget" name="widget" native="true">
  25. <layout class="QHBoxLayout" name="horizontalLayout_2">
  26. <item>
  27. <widget class="QLabel" name="label">
  28. <property name="minimumSize">
  29. <size>
  30. <width>60</width>
  31. <height>0</height>
  32. </size>
  33. </property>
  34. <property name="maximumSize">
  35. <size>
  36. <width>60</width>
  37. <height>16777215</height>
  38. </size>
  39. </property>
  40. <property name="text">
  41. <string>链接:</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QComboBox" name="cbbLink">
  47. <property name="minimumSize">
  48. <size>
  49. <width>22</width>
  50. <height>22</height>
  51. </size>
  52. </property>
  53. <property name="editable">
  54. <bool>true</bool>
  55. </property>
  56. <item>
  57. <property name="text">
  58. <string/>
  59. </property>
  60. </item>
  61. <item>
  62. <property name="text">
  63. <string>https://</string>
  64. </property>
  65. </item>
  66. <item>
  67. <property name="text">
  68. <string>http://</string>
  69. </property>
  70. </item>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QToolButton" name="btnOpen">
  75. <property name="maximumSize">
  76. <size>
  77. <width>22</width>
  78. <height>22</height>
  79. </size>
  80. </property>
  81. <property name="text">
  82. <string>...</string>
  83. </property>
  84. <property name="icon">
  85. <iconset resource="../app.qrc">
  86. <normaloff>:/res/open.png</normaloff>:/res/open.png</iconset>
  87. </property>
  88. <property name="iconSize">
  89. <size>
  90. <width>12</width>
  91. <height>12</height>
  92. </size>
  93. </property>
  94. </widget>
  95. </item>
  96. </layout>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QWidget" name="widget_2" native="true">
  101. <property name="minimumSize">
  102. <size>
  103. <width>0</width>
  104. <height>41</height>
  105. </size>
  106. </property>
  107. <property name="maximumSize">
  108. <size>
  109. <width>16777215</width>
  110. <height>41</height>
  111. </size>
  112. </property>
  113. <layout class="QHBoxLayout" name="horizontalLayout">
  114. <item>
  115. <spacer name="horizontalSpacer">
  116. <property name="orientation">
  117. <enum>Qt::Horizontal</enum>
  118. </property>
  119. <property name="sizeHint" stdset="0">
  120. <size>
  121. <width>205</width>
  122. <height>20</height>
  123. </size>
  124. </property>
  125. </spacer>
  126. </item>
  127. <item>
  128. <widget class="QPushButton" name="btnOk">
  129. <property name="text">
  130. <string>确定</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item>
  135. <widget class="QPushButton" name="btnCancel">
  136. <property name="text">
  137. <string>取消</string>
  138. </property>
  139. </widget>
  140. </item>
  141. </layout>
  142. </widget>
  143. </item>
  144. </layout>
  145. </widget>
  146. <resources>
  147. <include location="../app.qrc"/>
  148. </resources>
  149. <connections/>
  150. </ui>