mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Move Pie Chart option from Preferences dialog to View menu.
This commit is contained in:
parent
14611bd591
commit
39542ba7db
@ -122,7 +122,8 @@ void MainWindow::SetupGUI()
|
|||||||
ui->action_Preferences->setShortcuts(QKeySequence::Preferences);
|
ui->action_Preferences->setShortcuts(QKeySequence::Preferences);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ui->actionToggle_Line_Cursor->setChecked(AppSetting->lineCursorMode());
|
ui->actionLine_Cursor->setChecked(AppSetting->lineCursorMode());
|
||||||
|
ui->actionPie_Chart->setChecked(AppSetting->graphSnapshots());
|
||||||
ui->actionDebug->setChecked(AppSetting->showDebug());
|
ui->actionDebug->setChecked(AppSetting->showDebug());
|
||||||
ui->actionShow_Performance_Counters->setChecked(AppSetting->showPerformance());
|
ui->actionShow_Performance_Counters->setChecked(AppSetting->showPerformance());
|
||||||
|
|
||||||
@ -2451,7 +2452,7 @@ void MainWindow::on_importButton_clicked()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void MainWindow::on_actionToggle_Line_Cursor_toggled(bool b)
|
void MainWindow::on_actionLine_Cursor_toggled(bool b)
|
||||||
{
|
{
|
||||||
AppSetting->setLineCursorMode(b);
|
AppSetting->setLineCursorMode(b);
|
||||||
if (ui->tabWidget->currentWidget() == daily) {
|
if (ui->tabWidget->currentWidget() == daily) {
|
||||||
@ -2461,6 +2462,14 @@ void MainWindow::on_actionToggle_Line_Cursor_toggled(bool b)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void MainWindow::on_actionPie_Chart_toggled(bool visible)
|
||||||
|
{
|
||||||
|
AppSetting->setGraphSnapshots(visible);
|
||||||
|
if (daily && ui->tabWidget->currentWidget() == daily) {
|
||||||
|
daily->ReloadGraphs();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void MainWindow::on_actionLeft_Daily_Sidebar_toggled(bool visible)
|
void MainWindow::on_actionLeft_Daily_Sidebar_toggled(bool visible)
|
||||||
{
|
{
|
||||||
if (daily) daily->setSidebarVisible(visible);
|
if (daily) daily->setSidebarVisible(visible);
|
||||||
|
@ -305,12 +305,14 @@ class MainWindow : public QMainWindow
|
|||||||
|
|
||||||
void on_importButton_clicked();
|
void on_importButton_clicked();
|
||||||
|
|
||||||
void on_actionToggle_Line_Cursor_toggled(bool arg1);
|
void on_actionLine_Cursor_toggled(bool arg1);
|
||||||
|
|
||||||
void on_actionLeft_Daily_Sidebar_toggled(bool arg1);
|
void on_actionLeft_Daily_Sidebar_toggled(bool arg1);
|
||||||
|
|
||||||
void on_actionDaily_Calendar_toggled(bool arg1);
|
void on_actionDaily_Calendar_toggled(bool arg1);
|
||||||
|
|
||||||
|
void on_actionPie_Chart_toggled(bool arg1);
|
||||||
|
|
||||||
void on_actionExport_Journal_triggered();
|
void on_actionExport_Journal_triggered();
|
||||||
|
|
||||||
void on_actionShow_Performance_Counters_toggled(bool arg1);
|
void on_actionShow_Performance_Counters_toggled(bool arg1);
|
||||||
|
@ -2838,7 +2838,8 @@ p, li { white-space: pre-wrap; }
|
|||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="action_Reset_Graph_Layout"/>
|
<addaction name="action_Reset_Graph_Layout"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="actionToggle_Line_Cursor"/>
|
<addaction name="actionLine_Cursor"/>
|
||||||
|
<addaction name="actionPie_Chart"/>
|
||||||
<addaction name="actionLeft_Daily_Sidebar"/>
|
<addaction name="actionLeft_Daily_Sidebar"/>
|
||||||
<addaction name="actionDaily_Calendar"/>
|
<addaction name="actionDaily_Calendar"/>
|
||||||
<addaction name="action_Sidebar_Toggle"/>
|
<addaction name="action_Sidebar_Toggle"/>
|
||||||
@ -2932,6 +2933,9 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>View &Daily</string>
|
<string>View &Daily</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Show Daily view</string>
|
||||||
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string notr="true">F5</string>
|
<string notr="true">F5</string>
|
||||||
</property>
|
</property>
|
||||||
@ -2940,6 +2944,9 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>View &Overview</string>
|
<string>View &Overview</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Show Overview view</string>
|
||||||
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string notr="true">F6</string>
|
<string notr="true">F6</string>
|
||||||
</property>
|
</property>
|
||||||
@ -2980,6 +2987,9 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Maximize Toggle</string>
|
<string>&Maximize Toggle</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Maximize window</string>
|
||||||
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string notr="true">F11</string>
|
<string notr="true">F11</string>
|
||||||
</property>
|
</property>
|
||||||
@ -2999,6 +3009,9 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Reset Graph Layout</string>
|
<string>&Reset Graph Layout</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Reset sizes of graphs</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="action_Screenshot">
|
<action name="action_Screenshot">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -3055,12 +3068,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="checkable">
|
<property name="checkable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Right &Sidebar</string>
|
<string>Right &Sidebar</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Show Right Sidebar</string>
|
||||||
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string notr="true">F10</string>
|
<string notr="true">F10</string>
|
||||||
</property>
|
</property>
|
||||||
@ -3073,7 +3086,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<string>View Statistics</string>
|
<string>View Statistics</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>View Statistics</string>
|
<string>Show Statistics view</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string notr="true">F4</string>
|
<string notr="true">F4</string>
|
||||||
@ -3114,7 +3127,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<string>Current Days</string>
|
<string>Current Days</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionToggle_Line_Cursor">
|
<action name="actionLine_Cursor">
|
||||||
<property name="checkable">
|
<property name="checkable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
@ -3135,11 +3148,14 @@ p, li { white-space: pre-wrap; }
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>true</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Daily Sidebar</string>
|
<string>Daily Sidebar</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Show Daily Left Sidebar</string>
|
||||||
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string notr="true">F8</string>
|
<string notr="true">F8</string>
|
||||||
</property>
|
</property>
|
||||||
@ -3149,11 +3165,14 @@ p, li { white-space: pre-wrap; }
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>true</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Daily Calendar</string>
|
<string>Daily Calendar</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Show Daily Calendar</string>
|
||||||
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string notr="true">F9</string>
|
<string notr="true">F9</string>
|
||||||
</property>
|
</property>
|
||||||
@ -3191,6 +3210,23 @@ p, li { white-space: pre-wrap; }
|
|||||||
<string>System Information</string>
|
<string>System Information</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
|
<action name="actionPie_Chart">
|
||||||
|
<property name="checkable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
<property name="checked">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Toggle &Pie Chart</string>
|
||||||
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Show Pie Chart on Daily page</string>
|
||||||
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+P</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
|
@ -210,7 +210,7 @@ PreferencesDialog::PreferencesDialog(QWidget *parent, Profile *_profile) :
|
|||||||
ui->useAntiAliasing->setChecked(AppSetting->antiAliasing());
|
ui->useAntiAliasing->setChecked(AppSetting->antiAliasing());
|
||||||
ui->usePixmapCaching->setChecked(AppSetting->usePixmapCaching());
|
ui->usePixmapCaching->setChecked(AppSetting->usePixmapCaching());
|
||||||
ui->useSquareWavePlots->setChecked(AppSetting->squareWavePlots());
|
ui->useSquareWavePlots->setChecked(AppSetting->squareWavePlots());
|
||||||
ui->enableGraphSnapshots->setChecked(AppSetting->graphSnapshots());
|
// ui->enableGraphSnapshots->setChecked(AppSetting->graphSnapshots());
|
||||||
ui->graphTooltips->setChecked(AppSetting->graphTooltips());
|
ui->graphTooltips->setChecked(AppSetting->graphTooltips());
|
||||||
ui->allowYAxisScaling->setChecked(AppSetting->allowYAxisScaling());
|
ui->allowYAxisScaling->setChecked(AppSetting->allowYAxisScaling());
|
||||||
|
|
||||||
@ -808,7 +808,7 @@ bool PreferencesDialog::Save()
|
|||||||
AppSetting->setAntiAliasing(ui->useAntiAliasing->isChecked());
|
AppSetting->setAntiAliasing(ui->useAntiAliasing->isChecked());
|
||||||
AppSetting->setUsePixmapCaching(ui->usePixmapCaching->isChecked());
|
AppSetting->setUsePixmapCaching(ui->usePixmapCaching->isChecked());
|
||||||
AppSetting->setSquareWavePlots(ui->useSquareWavePlots->isChecked());
|
AppSetting->setSquareWavePlots(ui->useSquareWavePlots->isChecked());
|
||||||
AppSetting->setGraphSnapshots(ui->enableGraphSnapshots->isChecked());
|
// AppSetting->setGraphSnapshots(ui->enableGraphSnapshots->isChecked());
|
||||||
AppSetting->setLineThickness(float(ui->lineThicknessSlider->value()) / 2.0);
|
AppSetting->setLineThickness(float(ui->lineThicknessSlider->value()) / 2.0);
|
||||||
|
|
||||||
profile->general->setSkipEmptyDays(ui->skipEmptyDays->isChecked());
|
profile->general->setSkipEmptyDays(ui->skipEmptyDays->isChecked());
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="importTab">
|
<widget class="QWidget" name="importTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
@ -2651,20 +2651,6 @@ Try it and see if you like it.</string>
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="enableGraphSnapshots">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>Allows graphs to be "screenshotted" for display purposes.
|
|
||||||
The Event Breakdown PIE chart uses this method, as does
|
|
||||||
the printing code.
|
|
||||||
Unfortunately some older computers/versions of Qt can cause
|
|
||||||
this application to be unstable with this feature enabled.</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Show event breakdown pie chart</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="usePixmapCaching">
|
<widget class="QCheckBox" name="usePixmapCaching">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
|
Loading…
Reference in New Issue
Block a user