|
@@ -62,7 +62,7 @@ void EvaluateView::initialize()
|
|
|
|
|
|
m_pageLayout = new QHBoxLayout();
|
|
|
m_pageLayout->setAlignment(Qt::AlignHCenter);
|
|
|
- m_pageLabel = new QLabel("共2页 当前第1页", this);
|
|
|
+ m_pageLabel = new QLabel("第1/2页", this);
|
|
|
m_lastPageButton = new PushButton("上一级指标", this);
|
|
|
m_nextPageButton = new PushButton("下一级指标", this);
|
|
|
|
|
@@ -100,8 +100,8 @@ void EvaluateView::initLayout()
|
|
|
m_dataLayout->addWidget(m_tabWidget);
|
|
|
|
|
|
m_dataLayout->addLayout(m_pageLayout);
|
|
|
- m_pageLayout->addWidget(m_pageLabel);
|
|
|
m_pageLayout->addWidget(m_lastPageButton);
|
|
|
+ m_pageLayout->addWidget(m_pageLabel);
|
|
|
m_pageLayout->addWidget(m_nextPageButton);
|
|
|
|
|
|
m_hBoxLayout->addWidget(m_separator, Qt::AlignRight);
|