logdlg.ui 3.0 KB

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