logdlg.ui 3.1 KB

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