mainwindow.ui 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>613</width>
  10. <height>618</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QLabel" name="label">
  18. <property name="geometry">
  19. <rect>
  20. <x>200</x>
  21. <y>10</y>
  22. <width>161</width>
  23. <height>41</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string/>
  28. </property>
  29. <property name="pixmap">
  30. <pixmap resource="kres.qrc">:/images/kstyleyo_logo.png</pixmap>
  31. </property>
  32. <property name="scaledContents">
  33. <bool>true</bool>
  34. </property>
  35. </widget>
  36. <widget class="QTextEdit" name="textEdit">
  37. <property name="geometry">
  38. <rect>
  39. <x>20</x>
  40. <y>170</y>
  41. <width>571</width>
  42. <height>61</height>
  43. </rect>
  44. </property>
  45. </widget>
  46. <widget class="QCommandLinkButton" name="kbutton">
  47. <property name="geometry">
  48. <rect>
  49. <x>250</x>
  50. <y>110</y>
  51. <width>168</width>
  52. <height>41</height>
  53. </rect>
  54. </property>
  55. <property name="text">
  56. <string>YouTube Query</string>
  57. </property>
  58. </widget>
  59. </widget>
  60. <widget class="QMenuBar" name="menuBar">
  61. <property name="geometry">
  62. <rect>
  63. <x>0</x>
  64. <y>0</y>
  65. <width>613</width>
  66. <height>23</height>
  67. </rect>
  68. </property>
  69. <widget class="QMenu" name="menuK_Y_GUI">
  70. <property name="title">
  71. <string>K Y GUI</string>
  72. </property>
  73. </widget>
  74. <addaction name="menuK_Y_GUI"/>
  75. </widget>
  76. <widget class="QToolBar" name="mainToolBar">
  77. <attribute name="toolBarArea">
  78. <enum>TopToolBarArea</enum>
  79. </attribute>
  80. <attribute name="toolBarBreak">
  81. <bool>false</bool>
  82. </attribute>
  83. </widget>
  84. <widget class="QStatusBar" name="statusBar"/>
  85. </widget>
  86. <layoutdefault spacing="6" margin="11"/>
  87. <resources>
  88. <include location="kres.qrc"/>
  89. </resources>
  90. <connections/>
  91. </ui>