ctkDICOMBrowser.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkDICOMBrowser</class>
  4. <widget class="QWidget" name="ctkDICOMBrowser">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>788</width>
  10. <height>607</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>ctkDICOMBrowser</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout_2">
  23. <property name="leftMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="topMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="rightMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="bottomMargin">
  33. <number>12</number>
  34. </property>
  35. <item>
  36. <widget class="QToolBar" name="ToolBar">
  37. <property name="windowTitle">
  38. <string>toolBar</string>
  39. </property>
  40. <property name="floatable">
  41. <bool>true</bool>
  42. </property>
  43. <addaction name="ActionImport"/>
  44. <addaction name="ActionExport"/>
  45. <addaction name="ActionQuery"/>
  46. <addaction name="ActionSend"/>
  47. <addaction name="ActionRemove"/>
  48. </widget>
  49. </item>
  50. <item>
  51. <layout class="QVBoxLayout" name="VerticalLayout">
  52. <property name="spacing">
  53. <number>12</number>
  54. </property>
  55. <item>
  56. <layout class="QHBoxLayout" name="TopLayout">
  57. <property name="leftMargin">
  58. <number>12</number>
  59. </property>
  60. <property name="rightMargin">
  61. <number>12</number>
  62. </property>
  63. <item>
  64. <widget class="QLabel" name="DatabaseNameLabel">
  65. <property name="maximumSize">
  66. <size>
  67. <width>100</width>
  68. <height>20</height>
  69. </size>
  70. </property>
  71. <property name="text">
  72. <string>LocalDatabase:</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item>
  77. <widget class="ctkDirectoryButton" name="DirectoryButton" native="true">
  78. <property name="minimumSize">
  79. <size>
  80. <width>200</width>
  81. <height>20</height>
  82. </size>
  83. </property>
  84. </widget>
  85. </item>
  86. <item>
  87. <spacer name="HorizontalSpacer">
  88. <property name="orientation">
  89. <enum>Qt::Horizontal</enum>
  90. </property>
  91. <property name="sizeHint" stdset="0">
  92. <size>
  93. <width>40</width>
  94. <height>20</height>
  95. </size>
  96. </property>
  97. </spacer>
  98. </item>
  99. <item>
  100. <widget class="QPushButton" name="SearchPopUpButton">
  101. <property name="maximumSize">
  102. <size>
  103. <width>100</width>
  104. <height>32</height>
  105. </size>
  106. </property>
  107. <property name="text">
  108. <string>Search</string>
  109. </property>
  110. </widget>
  111. </item>
  112. </layout>
  113. </item>
  114. </layout>
  115. </item>
  116. <item>
  117. <layout class="QHBoxLayout" name="QueryLayout" stretch="1,0">
  118. <property name="spacing">
  119. <number>0</number>
  120. </property>
  121. <property name="leftMargin">
  122. <number>12</number>
  123. </property>
  124. <property name="rightMargin">
  125. <number>12</number>
  126. </property>
  127. <item>
  128. <widget class="QTreeView" name="TreeView">
  129. <property name="alternatingRowColors">
  130. <bool>true</bool>
  131. </property>
  132. </widget>
  133. </item>
  134. <item>
  135. <layout class="QVBoxLayout" name="searchOptionLayout">
  136. <property name="spacing">
  137. <number>6</number>
  138. </property>
  139. <item>
  140. <widget class="QDockWidget" name="SearchDockWidget">
  141. <property name="floating">
  142. <bool>false</bool>
  143. </property>
  144. <property name="features">
  145. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  146. </property>
  147. <property name="windowTitle">
  148. <string/>
  149. </property>
  150. <widget class="QWidget" name="dockWidgetContents">
  151. <layout class="QVBoxLayout" name="verticalLayout_4">
  152. <item>
  153. <widget class="ctkDICOMQueryWidget" name="SearchOption" native="true">
  154. <property name="minimumSize">
  155. <size>
  156. <width>0</width>
  157. <height>0</height>
  158. </size>
  159. </property>
  160. </widget>
  161. </item>
  162. </layout>
  163. </widget>
  164. </widget>
  165. </item>
  166. <item>
  167. <spacer name="VerticalSpacer">
  168. <property name="orientation">
  169. <enum>Qt::Vertical</enum>
  170. </property>
  171. <property name="sizeHint" stdset="0">
  172. <size>
  173. <width>20</width>
  174. <height>40</height>
  175. </size>
  176. </property>
  177. </spacer>
  178. </item>
  179. </layout>
  180. </item>
  181. </layout>
  182. </item>
  183. <item>
  184. <widget class="QFrame" name="UserFrame">
  185. <property name="frameShape">
  186. <enum>QFrame::StyledPanel</enum>
  187. </property>
  188. <property name="frameShadow">
  189. <enum>QFrame::Raised</enum>
  190. </property>
  191. </widget>
  192. </item>
  193. <item>
  194. <layout class="QHBoxLayout" name="ViewerLayout">
  195. <property name="leftMargin">
  196. <number>12</number>
  197. </property>
  198. <property name="rightMargin">
  199. <number>12</number>
  200. </property>
  201. <property name="bottomMargin">
  202. <number>0</number>
  203. </property>
  204. <item>
  205. <layout class="QVBoxLayout" name="verticalLayout">
  206. <item>
  207. <widget class="ctkDICOMThumbnailListWidget" name="ThumbnailsWidget" native="true">
  208. <property name="sizePolicy">
  209. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  210. <horstretch>0</horstretch>
  211. <verstretch>0</verstretch>
  212. </sizepolicy>
  213. </property>
  214. <property name="minimumSize">
  215. <size>
  216. <width>0</width>
  217. <height>200</height>
  218. </size>
  219. </property>
  220. </widget>
  221. </item>
  222. <item>
  223. <layout class="QHBoxLayout" name="horizontalLayout_3">
  224. <item>
  225. <spacer name="horizontalSpacer">
  226. <property name="orientation">
  227. <enum>Qt::Horizontal</enum>
  228. </property>
  229. <property name="sizeHint" stdset="0">
  230. <size>
  231. <width>40</width>
  232. <height>20</height>
  233. </size>
  234. </property>
  235. </spacer>
  236. </item>
  237. <item>
  238. <widget class="QSlider" name="ThumbnailWidthSlider">
  239. <property name="maximumSize">
  240. <size>
  241. <width>200</width>
  242. <height>16777215</height>
  243. </size>
  244. </property>
  245. <property name="minimum">
  246. <number>64</number>
  247. </property>
  248. <property name="maximum">
  249. <number>256</number>
  250. </property>
  251. <property name="value">
  252. <number>64</number>
  253. </property>
  254. <property name="orientation">
  255. <enum>Qt::Horizontal</enum>
  256. </property>
  257. </widget>
  258. </item>
  259. <item>
  260. <spacer name="horizontalSpacer_2">
  261. <property name="orientation">
  262. <enum>Qt::Horizontal</enum>
  263. </property>
  264. <property name="sizeHint" stdset="0">
  265. <size>
  266. <width>40</width>
  267. <height>20</height>
  268. </size>
  269. </property>
  270. </spacer>
  271. </item>
  272. </layout>
  273. </item>
  274. </layout>
  275. </item>
  276. <item>
  277. <widget class="QFrame" name="PreviewFrame">
  278. <property name="minimumSize">
  279. <size>
  280. <width>256</width>
  281. <height>256</height>
  282. </size>
  283. </property>
  284. <layout class="QVBoxLayout" name="verticalLayout_3">
  285. <item>
  286. <layout class="QHBoxLayout" name="HorizontalLayout">
  287. <item>
  288. <widget class="QPushButton" name="PrevStudyButton">
  289. <property name="sizePolicy">
  290. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  291. <horstretch>32</horstretch>
  292. <verstretch>32</verstretch>
  293. </sizepolicy>
  294. </property>
  295. <property name="maximumSize">
  296. <size>
  297. <width>40</width>
  298. <height>32</height>
  299. </size>
  300. </property>
  301. <property name="toolTip">
  302. <string>Previous study</string>
  303. </property>
  304. <property name="text">
  305. <string>&lt;&lt;&lt;</string>
  306. </property>
  307. </widget>
  308. </item>
  309. <item>
  310. <widget class="QPushButton" name="PrevSeriesButton">
  311. <property name="sizePolicy">
  312. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  313. <horstretch>32</horstretch>
  314. <verstretch>32</verstretch>
  315. </sizepolicy>
  316. </property>
  317. <property name="maximumSize">
  318. <size>
  319. <width>40</width>
  320. <height>32</height>
  321. </size>
  322. </property>
  323. <property name="toolTip">
  324. <string>Previous series</string>
  325. </property>
  326. <property name="text">
  327. <string>&lt;&lt;</string>
  328. </property>
  329. </widget>
  330. </item>
  331. <item>
  332. <widget class="QPushButton" name="PrevImageButton">
  333. <property name="sizePolicy">
  334. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  335. <horstretch>32</horstretch>
  336. <verstretch>32</verstretch>
  337. </sizepolicy>
  338. </property>
  339. <property name="maximumSize">
  340. <size>
  341. <width>40</width>
  342. <height>32</height>
  343. </size>
  344. </property>
  345. <property name="toolTip">
  346. <string>Previous image</string>
  347. </property>
  348. <property name="text">
  349. <string>&lt;</string>
  350. </property>
  351. </widget>
  352. </item>
  353. <item>
  354. <widget class="QPushButton" name="NextImageButton">
  355. <property name="sizePolicy">
  356. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  357. <horstretch>32</horstretch>
  358. <verstretch>32</verstretch>
  359. </sizepolicy>
  360. </property>
  361. <property name="maximumSize">
  362. <size>
  363. <width>40</width>
  364. <height>32</height>
  365. </size>
  366. </property>
  367. <property name="toolTip">
  368. <string>Next image</string>
  369. </property>
  370. <property name="text">
  371. <string>&gt;</string>
  372. </property>
  373. </widget>
  374. </item>
  375. <item>
  376. <widget class="QPushButton" name="NextSeriesButton">
  377. <property name="sizePolicy">
  378. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  379. <horstretch>32</horstretch>
  380. <verstretch>32</verstretch>
  381. </sizepolicy>
  382. </property>
  383. <property name="maximumSize">
  384. <size>
  385. <width>40</width>
  386. <height>32</height>
  387. </size>
  388. </property>
  389. <property name="toolTip">
  390. <string>Next series</string>
  391. </property>
  392. <property name="text">
  393. <string>&gt;&gt;</string>
  394. </property>
  395. </widget>
  396. </item>
  397. <item>
  398. <widget class="QPushButton" name="NextStudyButton">
  399. <property name="sizePolicy">
  400. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  401. <horstretch>32</horstretch>
  402. <verstretch>32</verstretch>
  403. </sizepolicy>
  404. </property>
  405. <property name="maximumSize">
  406. <size>
  407. <width>40</width>
  408. <height>32</height>
  409. </size>
  410. </property>
  411. <property name="toolTip">
  412. <string>Next study</string>
  413. </property>
  414. <property name="text">
  415. <string>&gt;&gt;&gt;</string>
  416. </property>
  417. </widget>
  418. </item>
  419. </layout>
  420. </item>
  421. <item>
  422. <widget class="ctkDICOMItemView" name="ImagePreview" native="true">
  423. <property name="sizePolicy">
  424. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  425. <horstretch>0</horstretch>
  426. <verstretch>0</verstretch>
  427. </sizepolicy>
  428. </property>
  429. </widget>
  430. </item>
  431. <item>
  432. <layout class="QHBoxLayout" name="horizontalLayout_2">
  433. <item>
  434. <widget class="QCheckBox" name="AutoPlayCheckbox">
  435. <property name="sizePolicy">
  436. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  437. <horstretch>0</horstretch>
  438. <verstretch>0</verstretch>
  439. </sizepolicy>
  440. </property>
  441. <property name="maximumSize">
  442. <size>
  443. <width>90</width>
  444. <height>16777215</height>
  445. </size>
  446. </property>
  447. <property name="text">
  448. <string>auto-play</string>
  449. </property>
  450. </widget>
  451. </item>
  452. <item>
  453. <widget class="QSlider" name="PlaySlider">
  454. <property name="sizePolicy">
  455. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  456. <horstretch>0</horstretch>
  457. <verstretch>0</verstretch>
  458. </sizepolicy>
  459. </property>
  460. <property name="orientation">
  461. <enum>Qt::Horizontal</enum>
  462. </property>
  463. </widget>
  464. </item>
  465. </layout>
  466. </item>
  467. </layout>
  468. </widget>
  469. </item>
  470. </layout>
  471. </item>
  472. </layout>
  473. <action name="ActionImport">
  474. <property name="text">
  475. <string>Import</string>
  476. </property>
  477. <property name="toolTip">
  478. <string>Import a DICOM file or folder</string>
  479. </property>
  480. </action>
  481. <action name="ActionExport">
  482. <property name="enabled">
  483. <bool>false</bool>
  484. </property>
  485. <property name="text">
  486. <string>Export</string>
  487. </property>
  488. <property name="toolTip">
  489. <string>Export selected study/series to a DICOM folder (not yet available)</string>
  490. </property>
  491. </action>
  492. <action name="ActionQuery">
  493. <property name="text">
  494. <string>Query</string>
  495. </property>
  496. <property name="toolTip">
  497. <string>Query and Retrieve DICOM studies from a DICOM node</string>
  498. </property>
  499. </action>
  500. <action name="ActionSend">
  501. <property name="enabled">
  502. <bool>false</bool>
  503. </property>
  504. <property name="text">
  505. <string>Send</string>
  506. </property>
  507. <property name="toolTip">
  508. <string>Send DICOM Studies to a DICOM node (not yet available)</string>
  509. </property>
  510. </action>
  511. <action name="ActionRemove">
  512. <property name="enabled">
  513. <bool>false</bool>
  514. </property>
  515. <property name="text">
  516. <string>Remove</string>
  517. </property>
  518. <property name="toolTip">
  519. <string>Remove from database</string>
  520. </property>
  521. </action>
  522. </widget>
  523. <customwidgets>
  524. <customwidget>
  525. <class>ctkDICOMQueryWidget</class>
  526. <extends>QWidget</extends>
  527. <header>ctkDICOMQueryWidget.h</header>
  528. <container>1</container>
  529. </customwidget>
  530. <customwidget>
  531. <class>ctkDirectoryButton</class>
  532. <extends>QWidget</extends>
  533. <header>ctkDirectoryButton.h</header>
  534. <container>1</container>
  535. <slots>
  536. <signal>directoryChanged(QString)</signal>
  537. </slots>
  538. </customwidget>
  539. <customwidget>
  540. <class>ctkDICOMThumbnailListWidget</class>
  541. <extends>QWidget</extends>
  542. <header>ctkDICOMThumbnailListWidget.h</header>
  543. <container>1</container>
  544. </customwidget>
  545. <customwidget>
  546. <class>ctkDICOMItemView</class>
  547. <extends>QWidget</extends>
  548. <header location="global">ctkDICOMItemView.h</header>
  549. <container>1</container>
  550. </customwidget>
  551. </customwidgets>
  552. <resources/>
  553. <connections>
  554. <connection>
  555. <sender>ActionImport</sender>
  556. <signal>triggered(bool)</signal>
  557. <receiver>ctkDICOMBrowser</receiver>
  558. <slot>openImportDialog()</slot>
  559. <hints>
  560. <hint type="sourcelabel">
  561. <x>-1</x>
  562. <y>-1</y>
  563. </hint>
  564. <hint type="destinationlabel">
  565. <x>319</x>
  566. <y>239</y>
  567. </hint>
  568. </hints>
  569. </connection>
  570. <connection>
  571. <sender>ActionExport</sender>
  572. <signal>triggered(bool)</signal>
  573. <receiver>ctkDICOMBrowser</receiver>
  574. <slot>openExportDialog()</slot>
  575. <hints>
  576. <hint type="sourcelabel">
  577. <x>-1</x>
  578. <y>-1</y>
  579. </hint>
  580. <hint type="destinationlabel">
  581. <x>319</x>
  582. <y>239</y>
  583. </hint>
  584. </hints>
  585. </connection>
  586. <connection>
  587. <sender>ActionQuery</sender>
  588. <signal>triggered(bool)</signal>
  589. <receiver>ctkDICOMBrowser</receiver>
  590. <slot>openQueryDialog()</slot>
  591. <hints>
  592. <hint type="sourcelabel">
  593. <x>-1</x>
  594. <y>-1</y>
  595. </hint>
  596. <hint type="destinationlabel">
  597. <x>319</x>
  598. <y>239</y>
  599. </hint>
  600. </hints>
  601. </connection>
  602. <connection>
  603. <sender>NextImageButton</sender>
  604. <signal>clicked()</signal>
  605. <receiver>ctkDICOMBrowser</receiver>
  606. <slot>onNextImage()</slot>
  607. <hints>
  608. <hint type="sourcelabel">
  609. <x>608</x>
  610. <y>395</y>
  611. </hint>
  612. <hint type="destinationlabel">
  613. <x>369</x>
  614. <y>318</y>
  615. </hint>
  616. </hints>
  617. </connection>
  618. <connection>
  619. <sender>PrevImageButton</sender>
  620. <signal>clicked()</signal>
  621. <receiver>ctkDICOMBrowser</receiver>
  622. <slot>onPreviousImage()</slot>
  623. <hints>
  624. <hint type="sourcelabel">
  625. <x>566</x>
  626. <y>395</y>
  627. </hint>
  628. <hint type="destinationlabel">
  629. <x>369</x>
  630. <y>318</y>
  631. </hint>
  632. </hints>
  633. </connection>
  634. <connection>
  635. <sender>NextSeriesButton</sender>
  636. <signal>clicked()</signal>
  637. <receiver>ctkDICOMBrowser</receiver>
  638. <slot>onNextSeries()</slot>
  639. <hints>
  640. <hint type="sourcelabel">
  641. <x>650</x>
  642. <y>395</y>
  643. </hint>
  644. <hint type="destinationlabel">
  645. <x>369</x>
  646. <y>318</y>
  647. </hint>
  648. </hints>
  649. </connection>
  650. <connection>
  651. <sender>PrevSeriesButton</sender>
  652. <signal>clicked()</signal>
  653. <receiver>ctkDICOMBrowser</receiver>
  654. <slot>onPreviousSeries()</slot>
  655. <hints>
  656. <hint type="sourcelabel">
  657. <x>524</x>
  658. <y>395</y>
  659. </hint>
  660. <hint type="destinationlabel">
  661. <x>369</x>
  662. <y>318</y>
  663. </hint>
  664. </hints>
  665. </connection>
  666. <connection>
  667. <sender>NextStudyButton</sender>
  668. <signal>clicked()</signal>
  669. <receiver>ctkDICOMBrowser</receiver>
  670. <slot>onNextStudy()</slot>
  671. <hints>
  672. <hint type="sourcelabel">
  673. <x>692</x>
  674. <y>395</y>
  675. </hint>
  676. <hint type="destinationlabel">
  677. <x>369</x>
  678. <y>318</y>
  679. </hint>
  680. </hints>
  681. </connection>
  682. <connection>
  683. <sender>PrevStudyButton</sender>
  684. <signal>clicked()</signal>
  685. <receiver>ctkDICOMBrowser</receiver>
  686. <slot>onPreviousStudy()</slot>
  687. <hints>
  688. <hint type="sourcelabel">
  689. <x>482</x>
  690. <y>395</y>
  691. </hint>
  692. <hint type="destinationlabel">
  693. <x>369</x>
  694. <y>318</y>
  695. </hint>
  696. </hints>
  697. </connection>
  698. <connection>
  699. <sender>AutoPlayCheckbox</sender>
  700. <signal>stateChanged(int)</signal>
  701. <receiver>ctkDICOMBrowser</receiver>
  702. <slot>onAutoPlayCheckboxStateChanged(int)</slot>
  703. <hints>
  704. <hint type="sourcelabel">
  705. <x>430</x>
  706. <y>596</y>
  707. </hint>
  708. <hint type="destinationlabel">
  709. <x>369</x>
  710. <y>318</y>
  711. </hint>
  712. </hints>
  713. </connection>
  714. <connection>
  715. <sender>ThumbnailWidthSlider</sender>
  716. <signal>valueChanged(int)</signal>
  717. <receiver>ctkDICOMBrowser</receiver>
  718. <slot>onThumbnailWidthSliderValueChanged(int)</slot>
  719. <hints>
  720. <hint type="sourcelabel">
  721. <x>236</x>
  722. <y>610</y>
  723. </hint>
  724. <hint type="destinationlabel">
  725. <x>369</x>
  726. <y>318</y>
  727. </hint>
  728. </hints>
  729. </connection>
  730. <connection>
  731. <sender>ActionRemove</sender>
  732. <signal>triggered()</signal>
  733. <receiver>ctkDICOMBrowser</receiver>
  734. <slot>onRemoveAction()</slot>
  735. <hints>
  736. <hint type="sourcelabel">
  737. <x>-1</x>
  738. <y>-1</y>
  739. </hint>
  740. <hint type="destinationlabel">
  741. <x>391</x>
  742. <y>303</y>
  743. </hint>
  744. </hints>
  745. </connection>
  746. </connections>
  747. <slots>
  748. <slot>openImportDialog()</slot>
  749. <slot>openExportDialog()</slot>
  750. <slot>openQueryDialog()</slot>
  751. <slot>onDatabaseDirectoryChaged(QString)</slot>
  752. <slot>onNextImage()</slot>
  753. <slot>onPreviousImage()</slot>
  754. <slot>onNextSeries()</slot>
  755. <slot>onPreviousSeries()</slot>
  756. <slot>onNextStudy()</slot>
  757. <slot>onPreviousStudy()</slot>
  758. <slot>onAutoPlayCheckboxStateChanged(int)</slot>
  759. <slot>onThumbnailWidthSliderValueChanged(int)</slot>
  760. <slot>onRemoveAction()</slot>
  761. </slots>
  762. </ui>