2023-06-10 05:36:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2009-01-28 20:55:45 +00:00
|
|
|
<class>Initializing</class>
|
2023-06-10 05:36:23 +00:00
|
|
|
<widget class="QDialog" name="Initializing">
|
|
|
|
<property name="windowModality">
|
2009-01-28 20:55:45 +00:00
|
|
|
<enum>Qt::ApplicationModal</enum>
|
|
|
|
</property>
|
2023-06-10 05:36:23 +00:00
|
|
|
<property name="geometry">
|
2009-01-28 20:55:45 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-06-10 05:36:23 +00:00
|
|
|
<width>680</width>
|
2023-06-10 11:40:17 +00:00
|
|
|
<height>383</height>
|
2009-01-28 20:55:45 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2023-06-10 05:36:23 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2023-04-17 09:11:18 +00:00
|
|
|
<string>GoldenDict-ng - Initializing</string>
|
2009-01-28 20:55:45 +00:00
|
|
|
</property>
|
2023-06-10 11:40:17 +00:00
|
|
|
<widget class="QLabel" name="splashImage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>680</width>
|
|
|
|
<height>382</height>
|
|
|
|
</rect>
|
2023-06-10 05:36:23 +00:00
|
|
|
</property>
|
2023-06-10 11:40:17 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2023-06-10 05:36:23 +00:00
|
|
|
</property>
|
2023-06-10 11:40:17 +00:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
2023-06-10 05:36:23 +00:00
|
|
|
</property>
|
2023-06-10 11:40:17 +00:00
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="../../resources.qrc">:/icons/splash.png</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QProgressBar" name="progressBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>100</x>
|
|
|
|
<y>280</y>
|
|
|
|
<width>441</width>
|
|
|
|
<height>25</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2023-06-10 05:36:23 +00:00
|
|
|
</property>
|
2023-06-10 11:40:17 +00:00
|
|
|
<property name="maximum">
|
2023-06-10 05:36:23 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2023-06-10 11:40:17 +00:00
|
|
|
<property name="value">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>130</x>
|
|
|
|
<y>310</y>
|
|
|
|
<width>411</width>
|
|
|
|
<height>61</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="operation">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Indexing: </string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="dictionary">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Dictionary Name</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-01-28 20:55:45 +00:00
|
|
|
</widget>
|
2023-06-10 05:36:23 +00:00
|
|
|
<resources>
|
|
|
|
<include location="../../resources.qrc"/>
|
|
|
|
</resources>
|
2009-01-28 20:55:45 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|