831问题修改提交
This commit is contained in:
parent
4fa60ae9ac
commit
8a00706b7a
@ -18,6 +18,7 @@ void CAlarmView::initialize()
|
|||||||
setSelectionBehavior(QAbstractItemView::SelectRows);
|
setSelectionBehavior(QAbstractItemView::SelectRows);
|
||||||
//setSelectionMode(QAbstractItemView::MultiSelection);
|
//setSelectionMode(QAbstractItemView::MultiSelection);
|
||||||
//setHorizontalScrollMode(ScrollPerPixel);
|
//setHorizontalScrollMode(ScrollPerPixel);
|
||||||
|
//setStyleSheet("QTableView {font-size:20px;}");
|
||||||
setAutoScroll(false);
|
setAutoScroll(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -42,3 +42,6 @@ QLineEdit#iconLineEdit QPushButton
|
|||||||
QFrame#frame{
|
QFrame#frame{
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
QTableView {
|
||||||
|
font-size:14px;;
|
||||||
|
}
|
||||||
|
|||||||
@ -42,3 +42,6 @@ QLineEdit#iconLineEdit QPushButton
|
|||||||
QFrame#frame{
|
QFrame#frame{
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
QTableView {
|
||||||
|
font-size:20px;;
|
||||||
|
}
|
||||||
@ -48,5 +48,5 @@ QTreeWidget#area::item {
|
|||||||
height:23px;
|
height:23px;
|
||||||
}
|
}
|
||||||
QTableView {
|
QTableView {
|
||||||
font-size:40px;
|
font-size:20px;;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user