12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>613</width>
- <height>618</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>10</y>
- <width>161</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="pixmap">
- <pixmap resource="kres.qrc">:/images/kstyleyo_logo.png</pixmap>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QTextEdit" name="textEdit">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>170</y>
- <width>571</width>
- <height>61</height>
- </rect>
- </property>
- </widget>
- <widget class="QCommandLinkButton" name="kbutton">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>110</y>
- <width>168</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>YouTube Query</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>613</width>
- <height>23</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuK_Y_GUI">
- <property name="title">
- <string>K Y GUI</string>
- </property>
- </widget>
- <addaction name="menuK_Y_GUI"/>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources>
- <include location="kres.qrc"/>
- </resources>
- <connections/>
- </ui>
|