DlgRenderingStyles.ui 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DlgRenderingStyles</class>
  4. <widget class="QDialog" name="DlgRenderingStyles">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>550</width>
  10. <height>400</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string notr="true">Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="spacing">
  18. <number>6</number>
  19. </property>
  20. <property name="margin">
  21. <number>9</number>
  22. </property>
  23. <item>
  24. <widget class="QTableWidget" name="tblStyles">
  25. <attribute name="verticalHeaderVisible">
  26. <bool>false</bool>
  27. </attribute>
  28. <column>
  29. <property name="text">
  30. <string>Output</string>
  31. </property>
  32. </column>
  33. <column>
  34. <property name="text">
  35. <string>Style</string>
  36. </property>
  37. </column>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QDialogButtonBox" name="buttonBox">
  42. <property name="orientation">
  43. <enum>Qt::Horizontal</enum>
  44. </property>
  45. <property name="standardButtons">
  46. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  47. </property>
  48. </widget>
  49. </item>
  50. </layout>
  51. </widget>
  52. <resources/>
  53. <connections>
  54. <connection>
  55. <sender>buttonBox</sender>
  56. <signal>accepted()</signal>
  57. <receiver>DlgRenderingStyles</receiver>
  58. <slot>accept()</slot>
  59. <hints>
  60. <hint type="sourcelabel">
  61. <x>248</x>
  62. <y>254</y>
  63. </hint>
  64. <hint type="destinationlabel">
  65. <x>157</x>
  66. <y>274</y>
  67. </hint>
  68. </hints>
  69. </connection>
  70. <connection>
  71. <sender>buttonBox</sender>
  72. <signal>rejected()</signal>
  73. <receiver>DlgRenderingStyles</receiver>
  74. <slot>reject()</slot>
  75. <hints>
  76. <hint type="sourcelabel">
  77. <x>316</x>
  78. <y>260</y>
  79. </hint>
  80. <hint type="destinationlabel">
  81. <x>286</x>
  82. <y>274</y>
  83. </hint>
  84. </hints>
  85. </connection>
  86. </connections>
  87. </ui>