mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
styleSheet
This commit is contained in:
@@ -17,10 +17,10 @@ CommonView::CommonView(ConnectorToServer* connectorToServer, TypeView type, QWid
|
||||
{
|
||||
treeWidget = new QTreeWidget();
|
||||
|
||||
treeWidget->setIconSize(QSize(20, 20));
|
||||
//treeWidget->setIconSize(QSize(20, 20));
|
||||
treeWidget->setFocusPolicy(Qt::FocusPolicy::NoFocus);
|
||||
|
||||
updateMyStyleSheet();
|
||||
//updateMyStyleSheet();
|
||||
}
|
||||
|
||||
void CommonView::setItemColorArchive(QTreeWidgetItem *item)
|
||||
@@ -45,8 +45,8 @@ void CommonView::updateMyStyleSheet()
|
||||
styleSheet = styleSheet.replace("\n", "");
|
||||
treeWidget->setStyleSheet(styleSheet);
|
||||
|
||||
QString style = treeWidget->styleSheet();
|
||||
int i = 0;
|
||||
//QString style = treeWidget->styleSheet();
|
||||
//int i = 0;
|
||||
}
|
||||
|
||||
QString CommonView::loadStyleSheet()
|
||||
|
||||
Reference in New Issue
Block a user