gradientchooser.ui 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GradientChooser</class>
  4. <widget class="QDialog" name="GradientChooser">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>457</width>
  10. <height>313</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <widget class="QComboBox" name="presets"/>
  19. </item>
  20. <item>
  21. <widget class="QPlainTextEdit" name="plainTextEdit">
  22. <property name="font">
  23. <font>
  24. <pointsize>10</pointsize>
  25. </font>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <widget class="QDialogButtonBox" name="buttonBox">
  31. <property name="orientation">
  32. <enum>Qt::Horizontal</enum>
  33. </property>
  34. <property name="standardButtons">
  35. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  36. </property>
  37. </widget>
  38. </item>
  39. </layout>
  40. </widget>
  41. <resources/>
  42. <connections>
  43. <connection>
  44. <sender>buttonBox</sender>
  45. <signal>rejected()</signal>
  46. <receiver>GradientChooser</receiver>
  47. <slot>reject()</slot>
  48. <hints>
  49. <hint type="sourcelabel">
  50. <x>316</x>
  51. <y>260</y>
  52. </hint>
  53. <hint type="destinationlabel">
  54. <x>286</x>
  55. <y>274</y>
  56. </hint>
  57. </hints>
  58. </connection>
  59. <connection>
  60. <sender>buttonBox</sender>
  61. <signal>accepted()</signal>
  62. <receiver>GradientChooser</receiver>
  63. <slot>accept()</slot>
  64. <hints>
  65. <hint type="sourcelabel">
  66. <x>248</x>
  67. <y>254</y>
  68. </hint>
  69. <hint type="destinationlabel">
  70. <x>157</x>
  71. <y>274</y>
  72. </hint>
  73. </hints>
  74. </connection>
  75. </connections>
  76. </ui>