2025-03-14 17:05:48 +08:00
|
|
|
#ifndef COMMONFUNCTION_H
|
|
|
|
|
#define COMMONFUNCTION_H
|
|
|
|
|
|
|
|
|
|
#include <QTableView>
|
|
|
|
|
#include <QMessageBox>
|
|
|
|
|
|
|
|
|
|
void resizeColumnsToContents( QTableView* pView, int scaleColumn = 3 );
|
|
|
|
|
void showMsg( QMessageBox::Icon icon, QString sTitle, QString sText );
|
|
|
|
|
|
|
|
|
|
#endif // COMMONFUNCTION_H
|