|
@@ -33,53 +33,55 @@
|
|
|
<property name="currentIndex">
|
|
|
<number>0</number>
|
|
|
</property>
|
|
|
- <widget class="QWidget" name="Any">
|
|
|
- <attribute name="title">
|
|
|
- <string>Any</string>
|
|
|
- </attribute>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
- <item>
|
|
|
- <widget class="QLineEdit" name="AnySearch"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
<widget class="QWidget" name="Name">
|
|
|
<attribute name="title">
|
|
|
<string>Name</string>
|
|
|
</attribute>
|
|
|
+ <attribute name="toolTip">
|
|
|
+ <string>Search by Person Name</string>
|
|
|
+ </attribute>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="NameSearch"/>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
- <widget class="QWidget" name="Tag">
|
|
|
+ <widget class="QWidget" name="Study">
|
|
|
<attribute name="title">
|
|
|
- <string>Tag</string>
|
|
|
+ <string>Study</string>
|
|
|
+ </attribute>
|
|
|
+ <attribute name="toolTip">
|
|
|
+ <string>Search in Study Description</string>
|
|
|
</attribute>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|
|
<item>
|
|
|
- <widget class="QLineEdit" name="TagSearch"/>
|
|
|
+ <widget class="QLineEdit" name="StudySearch"/>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
- <widget class="QWidget" name="ID">
|
|
|
+ <widget class="QWidget" name="Series">
|
|
|
<attribute name="title">
|
|
|
- <string>ID</string>
|
|
|
+ <string>Series</string>
|
|
|
+ </attribute>
|
|
|
+ <attribute name="toolTip">
|
|
|
+ <string>Search in Series Description</string>
|
|
|
</attribute>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_9">
|
|
|
<item>
|
|
|
- <widget class="QLineEdit" name="IDSearch"/>
|
|
|
+ <widget class="QLineEdit" name="SeriesSearch"/>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
- <widget class="QWidget" name="Number">
|
|
|
+ <widget class="QWidget" name="ID">
|
|
|
<attribute name="title">
|
|
|
- <string>Number</string>
|
|
|
+ <string>ID</string>
|
|
|
+ </attribute>
|
|
|
+ <attribute name="toolTip">
|
|
|
+ <string>Search by Person ID</string>
|
|
|
</attribute>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
|
<item>
|
|
|
- <widget class="QLineEdit" name="NumberSearch"/>
|
|
|
+ <widget class="QLineEdit" name="IDSearch"/>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|