PageRenderTime 21ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/src/diagnosticsdialog.ui

http://github.com/tomahawk-player/tomahawk
Unknown | 69 lines | 69 code | 0 blank | 0 comment | 0 complexity | a1838a0ee25c21b73a54f7a8d4913abf MD5 | raw file
Possible License(s): LGPL-2.1, BSD-3-Clause, GPL-3.0, GPL-2.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DiagnosticsDialog</class>
  4. <widget class="QDialog" name="DiagnosticsDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>724</width>
  10. <height>433</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>353</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Tomahawk Diagnostics</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout_2">
  23. <property name="margin">
  24. <number>4</number>
  25. </property>
  26. <item>
  27. <layout class="QVBoxLayout" name="verticalLayout">
  28. <item>
  29. <widget class="QTextBrowser" name="text">
  30. <property name="lineWrapMode">
  31. <enum>QTextEdit::NoWrap</enum>
  32. </property>
  33. </widget>
  34. </item>
  35. </layout>
  36. </item>
  37. <item>
  38. <layout class="QHBoxLayout" name="horizontalLayout">
  39. <item>
  40. <widget class="QPushButton" name="clipboardButton">
  41. <property name="text">
  42. <string>&amp;Copy to Clipboard</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QPushButton" name="logfileButton">
  48. <property name="text">
  49. <string>Open &amp;Log-file</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QDialogButtonBox" name="buttonBox">
  55. <property name="orientation">
  56. <enum>Qt::Horizontal</enum>
  57. </property>
  58. <property name="standardButtons">
  59. <set>QDialogButtonBox::Close</set>
  60. </property>
  61. </widget>
  62. </item>
  63. </layout>
  64. </item>
  65. </layout>
  66. </widget>
  67. <resources/>
  68. <connections/>
  69. </ui>