364 lines
9.6 KiB
XML
364 lines
9.6 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>870</width>
|
|
<height>566</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MagicPodcast</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="h_layout_select_video">
|
|
<item>
|
|
<widget class="QLineEdit" name="line_edit_video">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Plik wideo</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="push_button_wideo">
|
|
<property name="text">
|
|
<string>Dodaj wideo</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<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="QHBoxLayout" name="h_layout_avatars1">
|
|
<item>
|
|
<widget class="QLabel" name="label_image1">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="sizeIncrement">
|
|
<size>
|
|
<width>1</width>
|
|
<height>1</height>
|
|
</size>
|
|
</property>
|
|
<property name="baseSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Box</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
<property name="KeepAspectRatio" stdset="0">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="push_button_select_avatar1">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Wybierz awatar pierwszego rozmówcy</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="h_layout_avatars2">
|
|
<item>
|
|
<widget class="QLabel" name="label_image2">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="sizeIncrement">
|
|
<size>
|
|
<width>1</width>
|
|
<height>1</height>
|
|
</size>
|
|
</property>
|
|
<property name="baseSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Box</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
<property name="KeepAspectRatio" stdset="0">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="push_button_select_avatar2">
|
|
<property name="text">
|
|
<string>Wybierz awatar drugiego rozmówcy</string>
|
|
</property>
|
|
</widget>
|
|
</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="text">
|
|
<string>Poziom wykrywania głosu:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="line_edit_threshold_value"/>
|
|
</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>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>870</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuProject">
|
|
<property name="title">
|
|
<string>Projekt</string>
|
|
</property>
|
|
<addaction name="actionNowy"/>
|
|
<addaction name="actionOtw_rz"/>
|
|
<addaction name="actionZapisz"/>
|
|
<addaction name="actionZapisz_jako"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionO_programie"/>
|
|
<addaction name="actionUstawienia"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionZako_cz"/>
|
|
</widget>
|
|
<addaction name="menuProject"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionNowy">
|
|
<property name="text">
|
|
<string>Nowy</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOtw_rz">
|
|
<property name="text">
|
|
<string>Otwórz</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionZapisz">
|
|
<property name="text">
|
|
<string>Zapisz</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionZapisz_jako">
|
|
<property name="text">
|
|
<string>Zapisz jako</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionZako_cz">
|
|
<property name="text">
|
|
<string>Zakończ</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUstawienia">
|
|
<property name="text">
|
|
<string>Ustawienia</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionO_programie">
|
|
<property name="text">
|
|
<string>O programie</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|