提交信息!
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
				
			|||||||
#include <QScrollArea>
 | 
					#include <QScrollArea>
 | 
				
			||||||
#include "QDataManagementWidget.h"
 | 
					#include "QDataManagementWidget.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
QDataManagementWidget::QDataManagementWidget( QWidget * parent )
 | 
					QDataManagementWidget::QDataManagementWidget( QWidget * parent )
 | 
				
			||||||
	: QWidget( parent )
 | 
						: QWidget( parent )
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
@@ -44,6 +45,19 @@ void QDataManagementWidget::initWidgets()
 | 
				
			|||||||
	pLayoutScrollArea->addWidget( pScrollArea );
 | 
						pLayoutScrollArea->addWidget( pScrollArea );
 | 
				
			||||||
	pScrollArea->setLayout( pLayout );
 | 
						pScrollArea->setLayout( pLayout );
 | 
				
			||||||
	ui.carDealerAchievementTab->setLayout( pLayoutScrollArea );
 | 
						ui.carDealerAchievementTab->setLayout( pLayoutScrollArea );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						//车商方案表
 | 
				
			||||||
 | 
						pScrollArea = new QScrollArea(nullptr);
 | 
				
			||||||
 | 
						pLayoutScrollArea = new QGridLayout();
 | 
				
			||||||
 | 
						pLayout = new QGridLayout();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						pLayoutScrollArea->setMargin(0);
 | 
				
			||||||
 | 
						pLayout->setMargin(0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						pLayout->addWidget(&schemaWidget);
 | 
				
			||||||
 | 
						pLayoutScrollArea->addWidget(pScrollArea);
 | 
				
			||||||
 | 
						pScrollArea->setLayout(pLayout);
 | 
				
			||||||
 | 
						ui.carDealerSchemaTab->setLayout(pLayoutScrollArea);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void QDataManagementWidget::initSignal()
 | 
					void QDataManagementWidget::initSignal()
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -46,14 +46,14 @@
 | 
				
			|||||||
    <item row="0" column="0">
 | 
					    <item row="0" column="0">
 | 
				
			||||||
     <widget class="QTabWidget" name="tabWidget">
 | 
					     <widget class="QTabWidget" name="tabWidget">
 | 
				
			||||||
      <property name="currentIndex">
 | 
					      <property name="currentIndex">
 | 
				
			||||||
       <number>0</number>
 | 
					       <number>1</number>
 | 
				
			||||||
      </property>
 | 
					      </property>
 | 
				
			||||||
      <widget class="QWidget" name="carDealerAchievementTab">
 | 
					      <widget class="QWidget" name="carDealerAchievementTab">
 | 
				
			||||||
       <attribute name="title">
 | 
					       <attribute name="title">
 | 
				
			||||||
        <string>车商业绩表</string>
 | 
					        <string>车商业绩表</string>
 | 
				
			||||||
       </attribute>
 | 
					       </attribute>
 | 
				
			||||||
      </widget>
 | 
					      </widget>
 | 
				
			||||||
      <widget class="QWidget" name="tab_2">
 | 
					      <widget class="QWidget" name="carDealerSchemaTab">
 | 
				
			||||||
       <attribute name="title">
 | 
					       <attribute name="title">
 | 
				
			||||||
        <string>车商方案表</string>
 | 
					        <string>车商方案表</string>
 | 
				
			||||||
       </attribute>
 | 
					       </attribute>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user