[ref]修改运行日报、排版管理的UI

This commit is contained in:
shijianquan 2025-04-16 14:59:41 +08:00
parent 0e13cf6a7a
commit 35e21af79a
2 changed files with 2 additions and 44 deletions

View File

@ -106,7 +106,7 @@ void BriefReportWidget::Init()
m_timeMenu->addAction(widgetAction); m_timeMenu->addAction(widgetAction);
m_timeIcon->setObjectName("iconButton"); m_timeIcon->setObjectName("iconButton");
m_timeIcon->setText(""); m_timeIcon->setText("");
m_timeIcon->setMaximumSize(21, 22); // m_timeIcon->setMaximumSize(21, 22);
m_timeIcon->setCursor(QCursor(Qt::ArrowCursor)); m_timeIcon->setCursor(QCursor(Qt::ArrowCursor));
QHBoxLayout * pTimeLayout = new QHBoxLayout(); QHBoxLayout * pTimeLayout = new QHBoxLayout();
pTimeLayout->setContentsMargins(1, 1, 1, 1); pTimeLayout->setContentsMargins(1, 1, 1, 1);

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>819</width> <width>861</width>
<height>460</height> <height>460</height>
</rect> </rect>
</property> </property>
@ -82,12 +82,6 @@
</property> </property>
<item> <item>
<widget class="QPushButton" name="add"> <widget class="QPushButton" name="add">
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="text"> <property name="text">
<string>增加</string> <string>增加</string>
</property> </property>
@ -95,12 +89,6 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="del"> <widget class="QPushButton" name="del">
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="text"> <property name="text">
<string>删除</string> <string>删除</string>
</property> </property>
@ -108,12 +96,6 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="up"> <widget class="QPushButton" name="up">
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="text"> <property name="text">
<string>上移</string> <string>上移</string>
</property> </property>
@ -121,12 +103,6 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="down"> <widget class="QPushButton" name="down">
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="text"> <property name="text">
<string>下移</string> <string>下移</string>
</property> </property>
@ -134,12 +110,6 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="save"> <widget class="QPushButton" name="save">
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="text"> <property name="text">
<string>保存模板</string> <string>保存模板</string>
</property> </property>
@ -147,12 +117,6 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="print"> <widget class="QPushButton" name="print">
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="text"> <property name="text">
<string>开票打印</string> <string>开票打印</string>
</property> </property>
@ -160,12 +124,6 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="preprint"> <widget class="QPushButton" name="preprint">
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="text"> <property name="text">
<string>预览</string> <string>预览</string>
</property> </property>