[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_timeIcon->setObjectName("iconButton");
m_timeIcon->setText("");
m_timeIcon->setMaximumSize(21, 22);
// m_timeIcon->setMaximumSize(21, 22);
m_timeIcon->setCursor(QCursor(Qt::ArrowCursor));
QHBoxLayout * pTimeLayout = new QHBoxLayout();
pTimeLayout->setContentsMargins(1, 1, 1, 1);

View File

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