<rect>
<x>0</x>
<y>0</y>
- <width>1099</width>
- <height>636</height>
+ <width>912</width>
+ <height>633</height>
</rect>
</property>
<property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
+ <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<item row="0" column="1" colspan="2">
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
+ <property name="leftMargin">
+ <number>0</number>
+ </property>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_2">
+ <property name="horizontalSpacing">
+ <number>0</number>
+ </property>
<item row="0" column="0">
<spacer name="horizontalSpacer_4">
<property name="orientation">
</property>
<property name="sizeHint" stdset="0">
<size>
- <width>40</width>
+ <width>10</width>
<height>20</height>
</size>
</property>
<item>
<widget class="QSpinBox" name="confSpinBox">
<property name="maximum">
- <number>1000000000</number>
+ <number>999999</number>
</property>
<property name="value">
- <number>500</number>
+ <number>99</number>
</property>
</widget>
</item>
<rect>
<x>0</x>
<y>0</y>
- <width>602</width>
- <height>193</height>
+ <width>506</width>
+ <height>515</height>
</rect>
</property>
<property name="sizePolicy">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
- <string>Server &Address</string>
+ <string>Ser&ver Address</string>
</property>
<property name="buddy">
<cstring>leUrl</cstring>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
+ <property name="sizeType">
+ <enum>QSizePolicy::MinimumExpanding</enum>
+ </property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
- <height>40</height>
+ <height>200</height>
</size>
</property>
</spacer>
setTitleFormat(Qt::RichText);
setSubTitleFormat(Qt::RichText);
setButtonText(QWizard::CustomButton1, tr("Skip folders configuration"));
-
}
void OwncloudWizard::setAccount(AccountPtr account)
if (!c.isValid())
return QPixmap();
- QPixmap pix(QSize(600, 78));
+ QPixmap pix(QSize(750, 78));
pix.fill(wizardHeaderBackgroundColor());
return pix;
}