电机控制项目
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

67 satır
1.5 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>XnetConnect</class>
  4. <widget class="QWidget" name="XnetConnect">
  5. <property name="enabled">
  6. <bool>true</bool>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>371</width>
  13. <height>81</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Form</string>
  18. </property>
  19. <widget class="QPushButton" name="CtrlServiceBtn">
  20. <property name="geometry">
  21. <rect>
  22. <x>260</x>
  23. <y>30</y>
  24. <width>75</width>
  25. <height>23</height>
  26. </rect>
  27. </property>
  28. <property name="text">
  29. <string>启动服务</string>
  30. </property>
  31. </widget>
  32. <widget class="QLineEdit" name="NeedIPEdit">
  33. <property name="geometry">
  34. <rect>
  35. <x>20</x>
  36. <y>30</y>
  37. <width>181</width>
  38. <height>20</height>
  39. </rect>
  40. </property>
  41. <property name="sizePolicy">
  42. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  43. <horstretch>0</horstretch>
  44. <verstretch>0</verstretch>
  45. </sizepolicy>
  46. </property>
  47. <property name="inputMask">
  48. <string/>
  49. </property>
  50. <property name="text">
  51. <string>192.168.6.6</string>
  52. </property>
  53. <property name="alignment">
  54. <set>Qt::AlignCenter</set>
  55. </property>
  56. <property name="placeholderText">
  57. <string>请输入PLC的IP!</string>
  58. </property>
  59. <property name="clearButtonEnabled">
  60. <bool>false</bool>
  61. </property>
  62. </widget>
  63. </widget>
  64. <resources/>
  65. <connections/>
  66. </ui>