Various bug fixes
This commit is contained in:
parent
973cbd83d9
commit
b1f7baa79f
10 changed files with 30 additions and 20 deletions
|
|
@ -109,7 +109,7 @@ void SlidingStackedWidget::waitForAnimation()
|
|||
{
|
||||
if (!isAnimationRunning()) return;
|
||||
|
||||
qDebug() << "Wait for stacked widget animation";
|
||||
//qDebug() << "Wait for stacked widget animation";
|
||||
QEventLoop l;
|
||||
connect(animgroup, &QParallelAnimationGroup::finished, &l, &QEventLoop::quit);
|
||||
l.exec();
|
||||
|
|
|
|||
|
|
@ -2224,7 +2224,7 @@ border: none;
|
|||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>mail.ru</string>
|
||||
<string>tile.openstreetmap.org</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -7542,7 +7542,7 @@ color: #100A44;
|
|||
<string notr="true"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>mail.ru</string>
|
||||
<string>tile.openstreetmap.org</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label_102">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue