ctkErrorLogWidget.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkErrorLogWidget</class>
  4. <widget class="QWidget" name="ctkErrorLogWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>754</width>
  10. <height>429</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Log messages</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QPushButton" name="ShowAllEntryButton">
  21. <property name="text">
  22. <string>&amp;All</string>
  23. </property>
  24. <property name="checked">
  25. <bool>false</bool>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <widget class="QPushButton" name="ShowErrorEntryButton">
  31. <property name="text">
  32. <string>&amp;Errors</string>
  33. </property>
  34. <property name="checkable">
  35. <bool>true</bool>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QPushButton" name="ShowWarningEntryButton">
  41. <property name="text">
  42. <string>&amp;Warnings</string>
  43. </property>
  44. <property name="checkable">
  45. <bool>true</bool>
  46. </property>
  47. </widget>
  48. </item>
  49. <item>
  50. <widget class="QPushButton" name="ShowInfoEntryButton">
  51. <property name="text">
  52. <string>&amp;Messages</string>
  53. </property>
  54. <property name="checkable">
  55. <bool>true</bool>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="Line" name="line">
  61. <property name="orientation">
  62. <enum>Qt::Vertical</enum>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="QPushButton" name="ClearButton">
  68. <property name="text">
  69. <string>&amp;Clear</string>
  70. </property>
  71. </widget>
  72. </item>
  73. </layout>
  74. </item>
  75. <item>
  76. <widget class="QTableView" name="ErrorLogTableView">
  77. <property name="alternatingRowColors">
  78. <bool>true</bool>
  79. </property>
  80. <property name="selectionBehavior">
  81. <enum>QAbstractItemView::SelectRows</enum>
  82. </property>
  83. <property name="cornerButtonEnabled">
  84. <bool>false</bool>
  85. </property>
  86. <attribute name="horizontalHeaderVisible">
  87. <bool>false</bool>
  88. </attribute>
  89. <attribute name="horizontalHeaderStretchLastSection">
  90. <bool>true</bool>
  91. </attribute>
  92. <attribute name="verticalHeaderVisible">
  93. <bool>false</bool>
  94. </attribute>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QTextBrowser" name="ErrorLogDescription"/>
  99. </item>
  100. </layout>
  101. </widget>
  102. <resources/>
  103. <connections/>
  104. </ui>