mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Fix show rebuild message
This commit is contained in:
parent
69b676aa64
commit
0e2852e0cd
@ -147,7 +147,7 @@ void gFlagsGroup::SetDay(Day *d)
|
||||
|
||||
if (m_empty) {
|
||||
if (d) {
|
||||
m_empty = !d->channelExists(CPAP_Pressure);
|
||||
m_empty = !(d->channelExists(CPAP_Pressure) || d->channelExists(CPAP_IPAP) || d->channelExists(CPAP_EPAP));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -265,7 +265,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
restoreGeometry(settings.value("MainWindow/geometry").toByteArray());
|
||||
|
||||
daily = new Daily(ui->tabWidget, nullptr);
|
||||
ui->tabWidget->insertTab(1, daily, STR_TR_Daily);
|
||||
ui->tabWidget->insertTab(2, daily, STR_TR_Daily);
|
||||
|
||||
|
||||
// Start with the Summary Tab
|
||||
|
@ -1498,7 +1498,7 @@ QToolBox::tab:selected {
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>180</width>
|
||||
<height>598</height>
|
||||
<height>596</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="palette">
|
||||
@ -1912,7 +1912,7 @@ border: 2px solid #56789a; border-radius: 30px;
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>180</width>
|
||||
<height>598</height>
|
||||
<height>596</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="palette">
|
||||
@ -3060,7 +3060,7 @@ border-radius: 10px;
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>180</width>
|
||||
<height>598</height>
|
||||
<height>596</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="mouseTracking">
|
||||
@ -3122,7 +3122,7 @@ border-radius: 10px;
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>975</width>
|
||||
<height>21</height>
|
||||
<height>22</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@ -3162,9 +3162,9 @@ border-radius: 10px;
|
||||
<addaction name="action_Reset_Graph_Layout"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionToggle_Line_Cursor"/>
|
||||
<addaction name="action_Sidebar_Toggle"/>
|
||||
<addaction name="actionLeft_Daily_Sidebar"/>
|
||||
<addaction name="actionDaily_Calendar"/>
|
||||
<addaction name="action_Sidebar_Toggle"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Help">
|
||||
<property name="title">
|
||||
@ -3405,7 +3405,7 @@ border-radius: 10px;
|
||||
<string>Right &Sidebar</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F8</string>
|
||||
<string>F10</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionView_Statistics">
|
||||
@ -3494,7 +3494,7 @@ border-radius: 10px;
|
||||
<string>Daily Sidebar</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F9</string>
|
||||
<string>F8</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDaily_Calendar">
|
||||
@ -3508,7 +3508,7 @@ border-radius: 10px;
|
||||
<string>Daily Calendar</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F10</string>
|
||||
<string>F9</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
Loading…
Reference in New Issue
Block a user