| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ctkDICOMObjectListWidget</class>
- <widget class="QWidget" name="ctkDICOMObjectListWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>486</width>
- <height>297</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>File Path:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="currentPathLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="copyPathPushButton">
- <property name="toolTip">
- <string>Copy the file full path to the clipboard.</string>
- </property>
- <property name="text">
- <string>Copy Path</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="copyMetadataPushButton">
- <property name="text">
- <string>Copy Metadata</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="ctkSliderWidget" name="fileSliderWidget">
- <property name="decimals">
- <number>0</number>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_3"/>
- </item>
- <item>
- <widget class="QTreeView" name="dcmObjectTreeView">
- <property name="toolTip">
- <string>Double-click Tag to show its definition.</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ctkSliderWidget</class>
- <extends>QWidget</extends>
- <header>ctkSliderWidget.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|