QColor color = palette().highlight().color();
ui->quotaProgressBar->setStyleSheet(QString::fromLatin1(progressBarStyleC).arg(color.name()));
- ui->connectLabel->setWordWrap(true);
- ui->connectLabel->setOpenExternalLinks(true);
+
QFont smallFont = ui->quotaInfoLabel->font();
smallFont.setPointSize(smallFont.pointSize() * 0.8);
ui->quotaInfoLabel->setFont(smallFont);
<property name="text">
<string>Connected with <server> as <user></string>
</property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</sizepolicy>
</property>
<property name="title">
- <string>Storage Usage</string>
+ <string/>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>