mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +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 (m_empty) {
|
||||||
if (d) {
|
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());
|
restoreGeometry(settings.value("MainWindow/geometry").toByteArray());
|
||||||
|
|
||||||
daily = new Daily(ui->tabWidget, nullptr);
|
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
|
// Start with the Summary Tab
|
||||||
|
@ -1498,7 +1498,7 @@ QToolBox::tab:selected {
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>180</width>
|
<width>180</width>
|
||||||
<height>598</height>
|
<height>596</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="palette">
|
<property name="palette">
|
||||||
@ -1912,7 +1912,7 @@ border: 2px solid #56789a; border-radius: 30px;
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>180</width>
|
<width>180</width>
|
||||||
<height>598</height>
|
<height>596</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="palette">
|
<property name="palette">
|
||||||
@ -3060,7 +3060,7 @@ border-radius: 10px;
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>180</width>
|
<width>180</width>
|
||||||
<height>598</height>
|
<height>596</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="mouseTracking">
|
<property name="mouseTracking">
|
||||||
@ -3122,7 +3122,7 @@ border-radius: 10px;
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>975</width>
|
<width>975</width>
|
||||||
<height>21</height>
|
<height>22</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@ -3162,9 +3162,9 @@ border-radius: 10px;
|
|||||||
<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="actionToggle_Line_Cursor"/>
|
||||||
<addaction name="action_Sidebar_Toggle"/>
|
|
||||||
<addaction name="actionLeft_Daily_Sidebar"/>
|
<addaction name="actionLeft_Daily_Sidebar"/>
|
||||||
<addaction name="actionDaily_Calendar"/>
|
<addaction name="actionDaily_Calendar"/>
|
||||||
|
<addaction name="action_Sidebar_Toggle"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menu_Help">
|
<widget class="QMenu" name="menu_Help">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
@ -3405,7 +3405,7 @@ border-radius: 10px;
|
|||||||
<string>Right &Sidebar</string>
|
<string>Right &Sidebar</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>F8</string>
|
<string>F10</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionView_Statistics">
|
<action name="actionView_Statistics">
|
||||||
@ -3494,7 +3494,7 @@ border-radius: 10px;
|
|||||||
<string>Daily Sidebar</string>
|
<string>Daily Sidebar</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>F9</string>
|
<string>F8</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionDaily_Calendar">
|
<action name="actionDaily_Calendar">
|
||||||
@ -3508,7 +3508,7 @@ border-radius: 10px;
|
|||||||
<string>Daily Calendar</string>
|
<string>Daily Calendar</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>F10</string>
|
<string>F9</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
Reference in New Issue
Block a user