MagicPodcast/ui_files/mainwindow.ui
Jarosław Wieczorek 8be0d139b2 Update ui.
2020-11-30 17:04:51 +01:00

387 lines
10 KiB
XML

<?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>861</width>
<height>775</height>
</rect>
</property>
<property name="windowTitle">
<string>MagicPodcast</string>
</property>
<widget class="QWidget" name="central_widget">
<property name="minimumSize">
<size>
<width>700</width>
<height>540</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<layout class="QHBoxLayout" name="h_layout_select_audio1">
<item>
<widget class="QLineEdit" name="line_edit_audio1">
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>Plik audio pierwszego rozmówcy</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="line_edit_name1">
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>Imię pierwszego rozmówcy</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="push_button_audio1">
<property name="text">
<string>Dodaj audio 1</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="h_layout_select_audio2">
<item>
<widget class="QLineEdit" name="line_edit_audio2">
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>Plik audio drugiego rozmówcy</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="line_edit_name2">
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>Imię drugieo rozmówcy</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="push_button_audio2">
<property name="text">
<string>Dodaj audio 2</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="Line" name="h_line3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="v_layout_avatars">
<item>
<layout class="QHBoxLayout" name="h_layout_avatars_preview">
<item>
<widget class="QLabel" name="label_avatar_1">
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_avatar_2">
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="h_layout_avatars_buttons">
<item>
<widget class="QPushButton" name="push_button_select_avatar1">
<property name="text">
<string>Wybierz grafikę dla pierwszego rozmówcy</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="push_button_select_avatar2">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Wybierz grafikę dla drugiego rozmówcy</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="Line" name="h_line2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="h_layout_threshold">
<item>
<widget class="QLabel" name="label_threshold_description">
<property name="minimumSize">
<size>
<width>200</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>250</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>Poziom wykrywania głosu:</string>
</property>
</widget>
</item>
<item>
<widget class="QLCDNumber" name="lcd_number_of_threshold">
<property name="minimumSize">
<size>
<width>100</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<property name="smallDecimalPoint">
<bool>false</bool>
</property>
<property name="digitCount">
<number>3</number>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Filled</enum>
</property>
<property name="intValue" stdset="0">
<number>0</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QSlider" name="h_slider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="Line" name="h_line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="h_layout_preview_or_generate">
<item>
<widget class="QPushButton" name="push_button_preview">
<property name="text">
<string>Podgląd</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="push_button_generate">
<property name="text">
<string>Wygeneruj podcast</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
<zorder>h_line2</zorder>
<zorder>h_line</zorder>
<zorder>h_line3</zorder>
<zorder>h_slider</zorder>
<zorder>verticalLayoutWidget</zorder>
</widget>
<widget class="QMenuBar" name="menu_bar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>861</width>
<height>32</height>
</rect>
</property>
<widget class="QMenu" name="menu_project">
<property name="title">
<string>Projekt</string>
</property>
<addaction name="action_new"/>
<addaction name="action_open"/>
<addaction name="action_save"/>
<addaction name="action_save_as"/>
<addaction name="separator"/>
<addaction name="action_settings"/>
<addaction name="action_about"/>
<addaction name="separator"/>
<addaction name="action_exit"/>
</widget>
<addaction name="menu_project"/>
</widget>
<widget class="QStatusBar" name="status_bar"/>
<action name="action_new">
<property name="text">
<string>Nowy projekt</string>
</property>
<property name="toolTip">
<string>Kliknij, aby utwórzyć nowy projekt</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="action_open">
<property name="text">
<string>Otwórz projekt</string>
</property>
<property name="toolTip">
<string>Kliknij, aby otworzyć istniejący projekt</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="action_save">
<property name="text">
<string>Zapisz projekt</string>
</property>
<property name="toolTip">
<string>Kliknij, aby zapisać aktualny projekt</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="action_save_as">
<property name="text">
<string>Zapisz projekt jako</string>
</property>
<property name="toolTip">
<string>Kliknij, aby zapisać projekt jako</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
</action>
<action name="action_exit">
<property name="text">
<string>Zamknij program</string>
</property>
<property name="toolTip">
<string>Kliknij, aby zakończyć działanie programu</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="action_settings">
<property name="text">
<string>Ustawienia</string>
</property>
<property name="toolTip">
<string>Kliknij, aby przejść do ustawień programu</string>
</property>
<property name="shortcut">
<string>Ctrl+U</string>
</property>
</action>
<action name="action_about">
<property name="text">
<string>O programie MagicPodcast</string>
</property>
<property name="toolTip">
<string>Kliknij, aby wyświetlić informacje dotyczące programu MagicPodcast</string>
</property>
<property name="shortcut">
<string>Ctrl+I</string>
</property>
</action>
</widget>
<resources/>
<connections>
<connection>
<sender>action_exit</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>430</x>
<y>387</y>
</hint>
</hints>
</connection>
</connections>
</ui>