mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Minor Preferences cleanup
This commit is contained in:
parent
1feb6818a7
commit
ab0d215faf
@ -262,7 +262,6 @@ void MainWindow::on_action_Import_Data_triggered()
|
|||||||
PROFILE.Save();
|
PROFILE.Save();
|
||||||
if (daily) daily->ReloadGraphs();
|
if (daily) daily->ReloadGraphs();
|
||||||
if (overview) overview->ReloadGraphs();
|
if (overview) overview->ReloadGraphs();
|
||||||
//qDebug() << "overview->ReloadGraphs();";
|
|
||||||
}
|
}
|
||||||
qstatus->setText("");
|
qstatus->setText("");
|
||||||
qprogress->hide();
|
qprogress->hide();
|
||||||
@ -404,7 +403,7 @@ void MainWindow::on_action_Preferences_triggered()
|
|||||||
qDebug() << "Preferences Accepted";
|
qDebug() << "Preferences Accepted";
|
||||||
pd.Save();
|
pd.Save();
|
||||||
if (daily) {
|
if (daily) {
|
||||||
daily->ReloadGraphs();
|
//daily->ReloadGraphs();
|
||||||
daily->RedrawGraphs();
|
daily->RedrawGraphs();
|
||||||
}
|
}
|
||||||
if (overview) {
|
if (overview) {
|
||||||
|
@ -196,8 +196,18 @@ It has no effect on single cpu machines.</string>
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="7" column="2">
|
||||||
|
<widget class="QCheckBox" name="skipEmptyDays">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Skip empty days with Prev & Next buttons above daily view calendar</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Skip Empty Days</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item row="4" column="3">
|
<item row="4" column="3">
|
||||||
<spacer name="horizontalSpacer_6">
|
<spacer name="horizontalSpacer_5">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
@ -209,16 +219,6 @@ It has no effect on single cpu machines.</string>
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="7" column="2">
|
|
||||||
<widget class="QCheckBox" name="skipEmptyDays">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>Skip empty days with Prev & Next buttons above daily view calendar</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Skip Empty Days</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="sessionTab">
|
<widget class="QWidget" name="sessionTab">
|
||||||
@ -862,6 +862,19 @@ p, li { white-space: pre-wrap; }
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="3" column="5">
|
||||||
|
<spacer name="horizontalSpacer_6">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>40</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user