1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>searchFileDialog</class> 4 <widget class="QWidget" name="searchFileDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>690</width> 10 <height>399</height> 11 </rect> 12 </property> 13 <property name="minimumSize"> 14 <size> 15 <width>690</width> 16 <height>399</height> 17 </size> 18 </property> 19 <property name="maximumSize"> 20 <size> 21 <width>690</width> 22 <height>399</height> 23 </size> 24 </property> 25 <property name="windowTitle"> 26 <string>Form</string> 27 </property> 28 <widget class="QWidget" name="widget" native="true"> 29 <property name="geometry"> 30 <rect> 31 <x>0</x> 32 <y>0</y> 33 <width>690</width> 34 <height>39</height> 35 </rect> 36 </property> 37 <property name="minimumSize"> 38 <size> 39 <width>690</width> 40 <height>39</height> 41 </size> 42 </property> 43 <property name="maximumSize"> 44 <size> 45 <width>690</width> 46 <height>39</height> 47 </size> 48 </property> 49 <property name="styleSheet"> 50 <string notr="true">background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb(0, 170, 255),stop:1 rgb(0, 255, 255));</string> 51 </property> 52 <layout class="QHBoxLayout" name="horizontalLayout"> 53 <property name="spacing"> 54 <number>0</number> 55 </property> 56 <property name="leftMargin"> 57 <number>0</number> 58 </property> 59 <property name="topMargin"> 60 <number>0</number> 61 </property> 62 <property name="rightMargin"> 63 <number>0</number> 64 </property> 65 <property name="bottomMargin"> 66 <number>0</number> 67 </property> 68 <item> 69 <widget class="QLabel" name="titleLabel"> 70 <property name="minimumSize"> 71 <size> 72 <width>251</width> 73 <height>35</height> 74 </size> 75 </property> 76 <property name="maximumSize"> 77 <size> 78 <width>251</width> 79 <height>35</height> 80 </size> 81 </property> 82 <property name="styleSheet"> 83 <string notr="true">background-color: rgba(255, 255, 255, 0); 84color:white;</string> 85 </property> 86 <property name="text"> 87 <string><html><head/><body><p align="center"><span style=" font-size:16pt; color:#ffffff;">添加曲目到列表</span></p></body></html></string> 88 </property> 89 <property name="alignment"> 90 <set>Qt::AlignCenter</set> 91 </property> 92 </widget> 93 </item> 94 </layout> 95 </widget> 96 <widget class="QStackedWidget" name="stackedWidget"> 97 <property name="geometry"> 98 <rect> 99 <x>0</x> 100 <y>40</y> 101 <width>691</width> 102 <height>361</height> 103 </rect> 104 </property> 105 <property name="styleSheet"> 106 <string notr="true">background-color: rgb(170, 255, 255);</string> 107 </property> 108 <widget class="QWidget" name="page"/> 109 <widget class="QWidget" name="page_2"/> 110 </widget> 111 </widget> 112 <resources/> 113 <connections/> 114</ui> 115