SystemInfo.ui 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DSystemInfo</class>
  4. <widget class="QDialog" name="DSystemInfo">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>446</width>
  10. <height>298</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>System Information</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0" colspan="2">
  18. <widget class="QPlainTextEdit" name="txtSysInfo">
  19. <property name="readOnly">
  20. <bool>true</bool>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="1" column="0">
  25. <widget class="QDialogButtonBox" name="buttonBox">
  26. <property name="orientation">
  27. <enum>Qt::Horizontal</enum>
  28. </property>
  29. <property name="standardButtons">
  30. <set>QDialogButtonBox::Close</set>
  31. </property>
  32. </widget>
  33. </item>
  34. </layout>
  35. </widget>
  36. <resources/>
  37. <connections>
  38. <connection>
  39. <sender>buttonBox</sender>
  40. <signal>accepted()</signal>
  41. <receiver>DSystemInfo</receiver>
  42. <slot>accept()</slot>
  43. <hints>
  44. <hint type="sourcelabel">
  45. <x>248</x>
  46. <y>254</y>
  47. </hint>
  48. <hint type="destinationlabel">
  49. <x>157</x>
  50. <y>274</y>
  51. </hint>
  52. </hints>
  53. </connection>
  54. <connection>
  55. <sender>buttonBox</sender>
  56. <signal>rejected()</signal>
  57. <receiver>DSystemInfo</receiver>
  58. <slot>reject()</slot>
  59. <hints>
  60. <hint type="sourcelabel">
  61. <x>316</x>
  62. <y>260</y>
  63. </hint>
  64. <hint type="destinationlabel">
  65. <x>286</x>
  66. <y>274</y>
  67. </hint>
  68. </hints>
  69. </connection>
  70. </connections>
  71. </ui>