mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Revert previous arrow tests
This commit is contained in:
parent
ed71d5cbe8
commit
7ce9896075
@ -866,8 +866,8 @@ void Daily::on_nextDayButton_clicked()
|
||||
void Daily::on_calButton_toggled(bool checked)
|
||||
{
|
||||
ui->calendar->setVisible(checked);
|
||||
//if (!checked) ui->calButton->setArrowType(Qt::DownArrow);
|
||||
//else ui->calButton->setArrowType(Qt::UpArrow);
|
||||
if (!checked) ui->calButton->setArrowType(Qt::DownArrow);
|
||||
else ui->calButton->setArrowType(Qt::UpArrow);
|
||||
}
|
||||
|
||||
|
||||
|
19
daily.ui
19
daily.ui
@ -73,13 +73,16 @@
|
||||
<string>Go to the previous day</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Prev</string>
|
||||
<string>< Prev</string>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="arrowType">
|
||||
<enum>Qt::LeftArrow</enum>
|
||||
<enum>Qt::NoArrow</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -125,7 +128,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="arrowType">
|
||||
<enum>Qt::NoArrow</enum>
|
||||
<enum>Qt::UpArrow</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -149,6 +152,9 @@
|
||||
<property name="text">
|
||||
<string>T</string>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -172,13 +178,16 @@
|
||||
<enum>Qt::LeftToRight</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Next</string>
|
||||
<string>Next ></string>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="arrowType">
|
||||
<enum>Qt::RightArrow</enum>
|
||||
<enum>Qt::NoArrow</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user