fix size of UrlInputDialog
restore [remove] button at the same button as [add]
{
qDebug() << __PRETTY_FUNCTION__ << title;
addBtn->show();
+ // removeItem should be shown later, but it takes some time,
+ // and not looks good
+ // anyway it will be shown a bit later
+ removeBtn->show();
buttons->layout()->addItem(buttonsSpacer);
progressBar->hide();
<ui version="4.0">
<class>UrlInputDialog</class>
<widget class="QDialog" name="UrlInputDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
<property name="windowTitle">
<string>URL Input</string>