Commit e365193e by 刘帅

优化展示

parent d259cf07
......@@ -35,12 +35,12 @@ NavWindow::NavWindow(QWidget *parent) :
//btns.push_back(std::make_pair("takeout", QString::fromLocal8Bit("非码外卖")));
btns.push_back(std::make_pair("coupons", QString::fromLocal8Bit("码多多")));
btns.push_back(std::make_pair("check", QString::fromLocal8Bit("核销详情")));
btns.push_back(std::make_pair("tool", QString::fromLocal8Bit("设置")));
//btns.push_back(std::make_pair("tool", QString::fromLocal8Bit("设置")));
MenuUiProp.distance = 100;
MenuUiProp.beginAngle = -(PI/2);
MenuUiProp.endAngle = (PI/2);
MenuUiProp.interval = (PI)/4;
MenuUiProp.distance = 70;
MenuUiProp.beginAngle = -PI;
MenuUiProp.endAngle = PI;
MenuUiProp.interval = PI;
isUseAnimation = FMPHomeSettings::instance()->getIsUseAnimation();
this->setAttribute(Qt::WA_TranslucentBackground);
......
......@@ -69,8 +69,8 @@ QPushButton:hover {
<rect>
<x>140</x>
<y>90</y>
<width>124</width>
<height>124</height>
<width>100</width>
<height>100</height>
</rect>
</property>
<property name="cursor">
......
res/img/fm-icon_01.png

10.7 KB | W: | H:

res/img/fm-icon_01.png

6.99 KB | W: | H:

res/img/fm-icon_01.png
res/img/fm-icon_01.png
res/img/fm-icon_01.png
res/img/fm-icon_01.png
  • 2-up
  • Swipe
  • Onion skin
res/img/fm-icon_02.png

3.8 KB | W: | H:

res/img/fm-icon_02.png

5.98 KB | W: | H:

res/img/fm-icon_02.png
res/img/fm-icon_02.png
res/img/fm-icon_02.png
res/img/fm-icon_02.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -5,7 +5,7 @@
#define VER_MINOR 1
#define VER_REVISION 0
#define VER_BUILD 22
#define VER_BUILD 24
//! Convert version numbers to string
#define _STR(S) #S
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment