KavitaUploader/main_window.ui
2024-11-23 22:36:47 +01:00

174 lines
4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>kuwindow::main_window</class>
<widget class="QMainWindow" name="kuwindow::main_window">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1105</width>
<height>534</height>
</rect>
</property>
<property name="windowTitle">
<string>main_window</string>
</property>
<property name="available_widgets" stdset="0">
<stringlist>
<string>file_widget</string>
<string>metadata_widget</string>
<string>upload_widget</string>
</stringlist>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="button_settings">
<property name="geometry">
<rect>
<x>850</x>
<y>10</y>
<width>88</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Settings</string>
</property>
</widget>
<widget class="Line" name="line_file_widget_metadata_widget">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>50</x>
<y>20</y>
<width>331</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_file_widget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>21</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>File</string>
</property>
</widget>
<widget class="QLabel" name="label_metadata_widget">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>400</x>
<y>20</y>
<width>58</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Metadata</string>
</property>
</widget>
<widget class="Line" name="line_metadata_widget_upload_widget">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>480</x>
<y>20</y>
<width>271</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_upload_widget">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>760</x>
<y>20</y>
<width>51</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Upload</string>
</property>
</widget>
<widget class="QPushButton" name="button_previous">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>630</x>
<y>460</y>
<width>88</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Previous</string>
</property>
</widget>
<widget class="QPushButton" name="button_next">
<property name="geometry">
<rect>
<x>730</x>
<y>460</y>
<width>88</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Next</string>
</property>
</widget>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>850</x>
<y>60</y>
<width>141</width>
<height>101</height>
</rect>
</property>
<property name="isWrapping" stdset="0">
<bool>true</bool>
</property>
</widget>
<widget class="QWidget" name="current_view" native="true">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>800</width>
<height>380</height>
</rect>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>