addloaclip2.ui 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Addloacalip</class>
  4. <widget class="QWidget" name="Addloacalip">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>360</width>
  10. <height>140</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>360</width>
  16. <height>140</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>360</width>
  22. <height>160</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Form</string>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout">
  29. <item row="3" column="0">
  30. <widget class="QPushButton" name="pushButton">
  31. <property name="text">
  32. <string>提交</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="2" column="0">
  37. <layout class="QVBoxLayout" name="verticalLayout">
  38. <item>
  39. <layout class="QHBoxLayout" name="horizontalLayout">
  40. <item>
  41. <widget class="QLabel" name="label">
  42. <property name="text">
  43. <string>IP地址</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QLineEdit" name="lineEditIP"/>
  49. </item>
  50. </layout>
  51. </item>
  52. <item>
  53. <widget class="QLabel" name="label_2">
  54. <property name="maximumSize">
  55. <size>
  56. <width>16777215</width>
  57. <height>20</height>
  58. </size>
  59. </property>
  60. <property name="styleSheet">
  61. <string notr="true">color: rgb(255, 0, 0);
  62. font: 9pt &quot;黑体&quot;;</string>
  63. </property>
  64. <property name="text">
  65. <string>注意:若IP地址通过缓存获取,请在提交前确认IP电话地址</string>
  66. </property>
  67. <property name="alignment">
  68. <set>Qt::AlignCenter</set>
  69. </property>
  70. </widget>
  71. </item>
  72. </layout>
  73. </item>
  74. </layout>
  75. </widget>
  76. <resources/>
  77. <connections/>
  78. </ui>