logdlg.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LogDialog</class>
  4. <widget class="QDialog" name="LogDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>750</width>
  10. <height>450</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QGridLayout" name="buttonsLayout"/>
  19. </item>
  20. <item>
  21. <widget class="QTextBrowser" name="log_text">
  22. <property name="font">
  23. <font>
  24. <family>Monospace</family>
  25. </font>
  26. </property>
  27. <property name="toolTip">
  28. <string>Copy Dom0 clipboard to Qubes clipboard</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <layout class="QHBoxLayout" name="horizontalLayout">
  34. <item>
  35. <spacer name="horizontalSpacer">
  36. <property name="orientation">
  37. <enum>Qt::Horizontal</enum>
  38. </property>
  39. <property name="sizeHint" stdset="0">
  40. <size>
  41. <width>40</width>
  42. <height>20</height>
  43. </size>
  44. </property>
  45. </spacer>
  46. </item>
  47. <item>
  48. <widget class="QPushButton" name="copy_to_qubes_clipboard">
  49. <property name="sizePolicy">
  50. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  51. <horstretch>0</horstretch>
  52. <verstretch>0</verstretch>
  53. </sizepolicy>
  54. </property>
  55. <property name="focusPolicy">
  56. <enum>Qt::TabFocus</enum>
  57. </property>
  58. <property name="text">
  59. <string>Copy to Qubes clipboard</string>
  60. </property>
  61. <property name="icon">
  62. <iconset resource="../resources.qrc">
  63. <normaloff>:/copy.png</normaloff>:/copy.png</iconset>
  64. </property>
  65. <property name="iconSize">
  66. <size>
  67. <width>20</width>
  68. <height>20</height>
  69. </size>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QDialogButtonBox" name="buttonBox">
  75. <property name="sizePolicy">
  76. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  77. <horstretch>0</horstretch>
  78. <verstretch>0</verstretch>
  79. </sizepolicy>
  80. </property>
  81. <property name="orientation">
  82. <enum>Qt::Horizontal</enum>
  83. </property>
  84. <property name="standardButtons">
  85. <set>QDialogButtonBox::Ok</set>
  86. </property>
  87. </widget>
  88. </item>
  89. </layout>
  90. </item>
  91. </layout>
  92. </widget>
  93. <resources>
  94. <include location="../resources.qrc"/>
  95. </resources>
  96. <connections>
  97. <connection>
  98. <sender>buttonBox</sender>
  99. <signal>rejected()</signal>
  100. <receiver>LogDialog</receiver>
  101. <slot>reject()</slot>
  102. <hints>
  103. <hint type="sourcelabel">
  104. <x>316</x>
  105. <y>260</y>
  106. </hint>
  107. <hint type="destinationlabel">
  108. <x>286</x>
  109. <y>274</y>
  110. </hint>
  111. </hints>
  112. </connection>
  113. <connection>
  114. <sender>buttonBox</sender>
  115. <signal>accepted()</signal>
  116. <receiver>LogDialog</receiver>
  117. <slot>accept()</slot>
  118. <hints>
  119. <hint type="sourcelabel">
  120. <x>248</x>
  121. <y>254</y>
  122. </hint>
  123. <hint type="destinationlabel">
  124. <x>157</x>
  125. <y>274</y>
  126. </hint>
  127. </hints>
  128. </connection>
  129. </connections>
  130. </ui>