WindowAppLogView.ui 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>WindowAppLogView</class>
  4. <widget class="QWidget" name="WindowAppLogView">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>710</width>
  10. <height>532</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>WindowOutput</string>
  15. </property>
  16. <widget class="QTextEdit" name="textEdit">
  17. <property name="geometry">
  18. <rect>
  19. <x>2</x>
  20. <y>28</y>
  21. <width>256</width>
  22. <height>192</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QComboBox" name="logMode">
  27. <property name="geometry">
  28. <rect>
  29. <x>2</x>
  30. <y>2</y>
  31. <width>74</width>
  32. <height>20</height>
  33. </rect>
  34. </property>
  35. <item>
  36. <property name="text">
  37. <string>ALL</string>
  38. </property>
  39. </item>
  40. <item>
  41. <property name="text">
  42. <string>Debug</string>
  43. </property>
  44. </item>
  45. <item>
  46. <property name="text">
  47. <string>Info</string>
  48. </property>
  49. </item>
  50. <item>
  51. <property name="text">
  52. <string>Warning</string>
  53. </property>
  54. </item>
  55. <item>
  56. <property name="text">
  57. <string>Critical</string>
  58. </property>
  59. </item>
  60. <item>
  61. <property name="text">
  62. <string>Fatal</string>
  63. </property>
  64. </item>
  65. </widget>
  66. </widget>
  67. <layoutdefault spacing="6" margin="11"/>
  68. <resources/>
  69. <connections/>
  70. </ui>