1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/pth2000-MusicGenreWritingTool

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
mainwindow.ui 11 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Nagisa Отправлено 28.10.2021 16:12 c182de6
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>761</width>
<height>284</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="windowTitle">
<string>音乐流派写入工具</string>
</property>
<property name="windowIcon">
<iconset resource="resource.qrc">
<normaloff>:/title/images/music.png</normaloff>:/title/images/music.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<property name="mouseTracking">
<bool>false</bool>
</property>
<widget class="QWidget" name="right_widget" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>740</width>
<height>250</height>
</rect>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">QWidget#right_widget{
background:rgb(255, 250, 232);
border-top-right-radius:10px;
border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
}</string>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>60</x>
<y>50</y>
<width>251</width>
<height>141</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(56, 24, 1);
font: 9pt &quot;微软雅黑&quot;;</string>
</property>
<property name="title">
<string>配置选项</string>
</property>
<widget class="QWidget" name="verticalLayoutWidget_2">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>211</width>
<height>101</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QRadioButton" name="radioButton_genre">
<property name="tabletTracking">
<bool>false</bool>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>写入流派标签</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_genre_save">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>保留原流派</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_comment">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>写入注释标签</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>80</x>
<y>190</y>
<width>211</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="pushButton_path">
<property name="styleSheet">
<string notr="true">QPushButton{background:#ebdad3;border-radius:10px;font: 9pt &quot;微软雅黑&quot;;}QPushButton:hover{background:#ffe3c8;}
</string>
</property>
<property name="text">
<string>选择路径</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_start">
<property name="enabled">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{background:#ebdad3;border-radius:10px;font: 9pt &quot;微软雅黑&quot;;}QPushButton:hover{background:#ffe3c8;}</string>
</property>
<property name="text">
<string>开始</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>70</x>
<y>10</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(56, 24, 1);
font: 10pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>音乐流派写入工具</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>320</x>
<y>50</y>
<width>411</width>
<height>141</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(56, 24, 1);
font: 9pt &quot;微软雅黑&quot;;
</string>
</property>
<property name="title">
<string>输出</string>
</property>
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>391</width>
<height>111</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(56, 24, 1);
font: 9pt &quot;微软雅黑&quot;;
background:rgb(255, 250, 232);</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'微软雅黑'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>470</x>
<y>220</y>
<width>261</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(56, 24, 1);
font: 9pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>Designed By 饕餮Nagisa 2021.10</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_about">
<property name="geometry">
<rect>
<x>710</x>
<y>220</y>
<width>20</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{background:#ebdad3;border-radius:10px;font: 9pt &quot;微软雅黑&quot;;}QPushButton:hover{background:#ffe3c8;}
</string>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>710</x>
<y>10</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_update">
<property name="geometry">
<rect>
<x>210</x>
<y>11</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{background:#ebdad3;border-radius:10px;font: 9pt &quot;微软雅黑&quot;;}QPushButton:hover{background:#ffe3c8;}
</string>
</property>
<property name="text">
<string>vx.x.xx</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="left_widget" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>40</width>
<height>250</height>
</rect>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">QWidget#left_widget{
background:rgb(245, 36, 67);
border-top-left-radius:10px;
border-bottom-left-radius:10px;
}</string>
</property>
<widget class="QPushButton" name="pushButton_red">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>15</width>
<height>15</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{background:#F76677;border-radius:7px;}QPushButton:hover{background:red;}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_green">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>15</width>
<height>15</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{background:#6DDF6D;border-radius:7px;}QPushButton:hover{background:green;}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_yellow">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>15</width>
<height>15</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{background:#F7D674;border-radius:7px;}
QPushButton:hover{background:yellow;}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</widget>
</widget>
<resources>
<include location="resource.qrc"/>
</resources>
<connections/>
</ui>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/pth2000-MusicGenreWritingTool.git
git@api.gitlife.ru:oschina-mirror/pth2000-MusicGenreWritingTool.git
oschina-mirror
pth2000-MusicGenreWritingTool
pth2000-MusicGenreWritingTool
master