mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Ui-Tweak: auto-fitting dict name for initializing window
This commit is contained in:
parent
50c3140296
commit
066fb00b4a
|
@ -31,6 +31,7 @@ void Initializing::indexing( QString const & dictionaryName )
|
|||
ui.dictionary->setText( dictionaryName );
|
||||
ui.dictionary->show();
|
||||
ui.progressBar->show();
|
||||
adjustSize();
|
||||
show();
|
||||
}
|
||||
|
||||
|
|
|
@ -12,6 +12,12 @@
|
|||
<height>84</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>326</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
<string>GoldenDict - Initializing</string>
|
||||
</property>
|
||||
|
@ -43,6 +49,9 @@
|
|||
<property name="alignment" >
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -53,6 +62,9 @@
|
|||
<property name="value" >
|
||||
<number>-1</number>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Reference in a new issue