gradientchooser.ui 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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="QPlainTextEdit" name="plainTextEdit">
  19. <property name="font">
  20. <font>
  21. <pointsize>10</pointsize>
  22. </font>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QDialogButtonBox" name="buttonBox">
  28. <property name="orientation">
  29. <enum>Qt::Horizontal</enum>
  30. </property>
  31. <property name="standardButtons">
  32. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  33. </property>
  34. </widget>
  35. </item>
  36. </layout>
  37. </widget>
  38. <resources/>
  39. <connections>
  40. <connection>
  41. <sender>buttonBox</sender>
  42. <signal>rejected()</signal>
  43. <receiver>GradientChooser</receiver>
  44. <slot>reject()</slot>
  45. <hints>
  46. <hint type="sourcelabel">
  47. <x>316</x>
  48. <y>260</y>
  49. </hint>
  50. <hint type="destinationlabel">
  51. <x>286</x>
  52. <y>274</y>
  53. </hint>
  54. </hints>
  55. </connection>
  56. <connection>
  57. <sender>buttonBox</sender>
  58. <signal>accepted()</signal>
  59. <receiver>GradientChooser</receiver>
  60. <slot>accept()</slot>
  61. <hints>
  62. <hint type="sourcelabel">
  63. <x>248</x>
  64. <y>254</y>
  65. </hint>
  66. <hint type="destinationlabel">
  67. <x>157</x>
  68. <y>274</y>
  69. </hint>
  70. </hints>
  71. </connection>
  72. </connections>
  73. </ui>