电机控制项目
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.
 
 
 

72 satır
1.6 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AddPar</class>
  4. <widget class="QWidget" name="AddPar">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>535</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QTreeView" name="ArgDataTreeView">
  17. <property name="geometry">
  18. <rect>
  19. <x>11</x>
  20. <y>11</y>
  21. <width>513</width>
  22. <height>241</height>
  23. </rect>
  24. </property>
  25. <attribute name="headerCascadingSectionResizes">
  26. <bool>true</bool>
  27. </attribute>
  28. </widget>
  29. <widget class="QWidget" name="layoutWidget">
  30. <property name="geometry">
  31. <rect>
  32. <x>10</x>
  33. <y>260</y>
  34. <width>511</width>
  35. <height>30</height>
  36. </rect>
  37. </property>
  38. <layout class="QGridLayout" name="gridLayout">
  39. <item row="0" column="0">
  40. <spacer name="horizontalSpacer">
  41. <property name="orientation">
  42. <enum>Qt::Horizontal</enum>
  43. </property>
  44. <property name="sizeHint" stdset="0">
  45. <size>
  46. <width>40</width>
  47. <height>20</height>
  48. </size>
  49. </property>
  50. </spacer>
  51. </item>
  52. <item row="0" column="2">
  53. <widget class="QPushButton" name="DownloadBtn">
  54. <property name="text">
  55. <string>下载参数</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="0" column="1">
  60. <widget class="QPushButton" name="UploadBtn">
  61. <property name="text">
  62. <string>上载参数</string>
  63. </property>
  64. </widget>
  65. </item>
  66. </layout>
  67. </widget>
  68. </widget>
  69. <resources/>
  70. <connections/>
  71. </ui>