RotateTool.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>rotatetool</class>
  4. <widget class="QDialog" name="rotatetool">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>487</width>
  10. <height>189</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  17. <item row="0" column="1" rowspan="3">
  18. <layout class="QGridLayout" name="gridLayout">
  19. <item row="0" column="0">
  20. <widget class="QRadioButton" name="radioButton90">
  21. <property name="text">
  22. <string>90°</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item row="1" column="0">
  27. <widget class="QRadioButton" name="radioButton180">
  28. <property name="text">
  29. <string>180°</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="2" column="0">
  34. <widget class="QRadioButton" name="radioButton270">
  35. <property name="text">
  36. <string>270°</string>
  37. </property>
  38. </widget>
  39. </item>
  40. </layout>
  41. </item>
  42. <item row="1" column="0">
  43. <widget class="QLabel" name="label">
  44. <property name="maximumSize">
  45. <size>
  46. <width>100</width>
  47. <height>16777215</height>
  48. </size>
  49. </property>
  50. <property name="text">
  51. <string>旋转角度:</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item row="2" column="0">
  56. <spacer name="verticalSpacer2">
  57. <property name="orientation">
  58. <enum>Qt::Vertical</enum>
  59. </property>
  60. <property name="sizeHint" stdset="0">
  61. <size>
  62. <width>20</width>
  63. <height>77</height>
  64. </size>
  65. </property>
  66. </spacer>
  67. </item>
  68. <item row="0" column="0">
  69. <spacer name="verticalSpacer1">
  70. <property name="orientation">
  71. <enum>Qt::Vertical</enum>
  72. </property>
  73. <property name="sizeHint" stdset="0">
  74. <size>
  75. <width>20</width>
  76. <height>77</height>
  77. </size>
  78. </property>
  79. </spacer>
  80. </item>
  81. </layout>
  82. </widget>
  83. <resources/>
  84. <connections/>
  85. </ui>