diff --git a/src/SelectFormWidget.cpp b/src/SelectFormWidget.cpp index b8e65c2..52acc1e 100644 --- a/src/SelectFormWidget.cpp +++ b/src/SelectFormWidget.cpp @@ -28,7 +28,7 @@ SelectFormWidget::SelectFormWidget(QWidget *parent) : "QHeaderView::section:horizontal{border-bottom: 1px solid rgb(0,170,255);}" "QHeaderView::section:vertical{min-height:36px;max-height:36px;}" "QWidget#edit_patient{min-width:300px;max-width:300px;}" - "QTableWidget{border:none}" + "QTableView{border:none}" "QTableView{alternate-background-color: #595959;selection-color:white;selection-background-color:#0078d8}" "QToolButton#sexBtn{min-width:120px;max-width:120px;font-size:20px;padding:2px;}" "QToolButton#sexBtn:disabled{color:silver}"