Skip to content

Commit

Permalink
COMP: Support building DICOMWidget against Qt 5.12.8
Browse files Browse the repository at this point in the history
Remove setting of unsupported and unused `placeholderText` property from
`ctkDICOMVisualBrowserWidget.ui`. Since the property is set to its default
value, removing it will not impact how the widget is rendered.

For reference, it was originally introduced in 88ff72b ("ENH: Add Visual
DICOM Browser (commontk#1165)", 2024-01-19)
  • Loading branch information
jcfr committed Apr 2, 2024
1 parent 4ba6a2f commit d81340d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,6 @@
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContents</enum>
</property>
<property name="placeholderText">
<string/>
</property>
<property name="frame">
<bool>true</bool>
</property>
Expand Down

0 comments on commit d81340d

Please sign in to comment.