Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

103 rindas
2.5 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1200</width>
  10. <height>800</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QWidget" name="bgwidget" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>1201</width>
  22. <height>801</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">QWidget#bgwidget {
  27. background-color: qlineargradient(spread: pad, x1: 0.091, y1: 0.101636, x2: 0.991379, y2: 0.977, stop: 0 rgba(30, 30, 40, 255), stop: 1 rgba(50, 50, 80, 255));
  28. }
  29. </string>
  30. </property>
  31. <widget class="QLabel" name="labelDashboard">
  32. <property name="geometry">
  33. <rect>
  34. <x>480</x>
  35. <y>10</y>
  36. <width>262</width>
  37. <height>57</height>
  38. </rect>
  39. </property>
  40. <property name="styleSheet">
  41. <string notr="true">font: 36pt &quot;MS Shell Dlg 2&quot;; color:rgb(255, 255, 255)</string>
  42. </property>
  43. <property name="text">
  44. <string>Dashboard</string>
  45. </property>
  46. <property name="alignment">
  47. <set>Qt::AlignCenter</set>
  48. </property>
  49. </widget>
  50. <widget class="QWidget" name="verticalLayoutWidget">
  51. <property name="geometry">
  52. <rect>
  53. <x>30</x>
  54. <y>100</y>
  55. <width>441</width>
  56. <height>691</height>
  57. </rect>
  58. </property>
  59. <layout class="QVBoxLayout" name="questionLayout"/>
  60. </widget>
  61. <widget class="QLabel" name="label">
  62. <property name="geometry">
  63. <rect>
  64. <x>0</x>
  65. <y>60</y>
  66. <width>311</width>
  67. <height>31</height>
  68. </rect>
  69. </property>
  70. <property name="styleSheet">
  71. <string notr="true">color: rgb(255, 255, 255);
  72. font: 75 15pt &quot;Waree&quot;;</string>
  73. </property>
  74. <property name="text">
  75. <string>Questions and Intents</string>
  76. </property>
  77. <property name="alignment">
  78. <set>Qt::AlignCenter</set>
  79. </property>
  80. </widget>
  81. <widget class="QComboBox" name="intentCombo">
  82. <property name="geometry">
  83. <rect>
  84. <x>480</x>
  85. <y>126</y>
  86. <width>230</width>
  87. <height>24</height>
  88. </rect>
  89. </property>
  90. <property name="font">
  91. <font>
  92. <weight>75</weight>
  93. <bold>true</bold>
  94. </font>
  95. </property>
  96. </widget>
  97. </widget>
  98. </widget>
  99. <resources/>
  100. <connections/>
  101. </ui>