965-Python-Learning-Repo/Wordcloud_GUI/main.ui
2023-05-26 01:18:16 +08:00

386 lines
8.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainDialog</class>
<widget class="QDialog" name="MainDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>501</width>
<height>463</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
</font>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="windowTitle">
<string>词云配置</string>
</property>
<widget class="QDialogButtonBox" name="QuitBox">
<property name="geometry">
<rect>
<x>380</x>
<y>420</y>
<width>101</width>
<height>32</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
<property name="centerButtons">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="MaskChooseButton">
<property name="geometry">
<rect>
<x>400</x>
<y>260</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Browse..</string>
</property>
</widget>
<widget class="QTextBrowser" name="MaskPathPreview">
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<width>371</width>
<height>41</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>20</x>
<y>240</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>蒙版路径</string>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
<widget class="QTextBrowser" name="LogBrowser">
<property name="geometry">
<rect>
<x>20</x>
<y>330</y>
<width>461</width>
<height>81</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>20</x>
<y>310</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>日志</string>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
<widget class="QTextBrowser" name="FilePathPreview">
<property name="geometry">
<rect>
<x>20</x>
<y>190</y>
<width>371</width>
<height>41</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="FileChooseButton">
<property name="geometry">
<rect>
<x>400</x>
<y>190</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Browse..</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>20</x>
<y>170</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>文件路径</string>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
<widget class="QDoubleSpinBox" name="FontSizeSelectBox">
<property name="geometry">
<rect>
<x>400</x>
<y>40</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="maximum">
<double>999.899999999999977</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
<property name="value">
<double>21.000000000000000</double>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>400</x>
<y>20</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>文字大小</string>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>210</x>
<y>20</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>字体选择</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
<widget class="QSpinBox" name="MaxWordCountBox">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="maximum">
<number>999</number>
</property>
<property name="value">
<number>75</number>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>最大词数</string>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
<widget class="QPushButton" name="GenerateButton">
<property name="geometry">
<rect>
<x>20</x>
<y>420</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Generate</string>
</property>
</widget>
<widget class="QComboBox" name="FontSelectBox">
<property name="geometry">
<rect>
<x>140</x>
<y>40</y>
<width>221</width>
<height>41</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>跳过词汇</string>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
<widget class="QToolButton" name="StopWordApplyButton">
<property name="geometry">
<rect>
<x>400</x>
<y>110</y>
<width>81</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>Apply</string>
</property>
</widget>
<widget class="QLineEdit" name="StopWordEdit">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>371</width>
<height>51</height>
</rect>
</property>
</widget>
</widget>
<tabstops>
<tabstop>MaskChooseButton</tabstop>
<tabstop>MaskPathPreview</tabstop>
<tabstop>LogBrowser</tabstop>
<tabstop>FilePathPreview</tabstop>
<tabstop>FileChooseButton</tabstop>
<tabstop>FontSizeSelectBox</tabstop>
<tabstop>MaxWordCountBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>QuitBox</sender>
<signal>accepted()</signal>
<receiver>MainDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>QuitBox</sender>
<signal>rejected()</signal>
<receiver>MainDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>