소스 검색

Children of the QSplitter of the tablemanager are no longer collapsible

Andreas Fetzer 11 년 전
부모
커밋
a40635ea08
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Libs/DICOM/Widgets/Resources/UI/ctkDICOMTableManager.ui

+ 3 - 0
Libs/DICOM/Widgets/Resources/UI/ctkDICOMTableManager.ui

@@ -42,6 +42,9 @@ QSplitter::handle:vertical {height: 2px;}</string>
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
+     <property name="childrenCollapsible">
+      <bool>false</bool>
+     </property>
      <widget class="ctkDICOMTableView" name="patientsTable"/>
      <widget class="ctkDICOMTableView" name="studiesTable"/>
      <widget class="ctkDICOMTableView" name="seriesTable"/>