OBSLogReply.ui 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OBSLogReply</class>
  4. <widget class="QDialog" name="OBSLogReply">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>600</width>
  10. <height>95</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>LogReturnDialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLineEdit" name="urlEdit">
  21. <property name="text">
  22. <string notr="true"/>
  23. </property>
  24. <property name="readOnly">
  25. <bool>true</bool>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <widget class="QPushButton" name="copyURL">
  31. <property name="text">
  32. <string>LogReturnDialog.CopyURL</string>
  33. </property>
  34. </widget>
  35. </item>
  36. </layout>
  37. </item>
  38. <item>
  39. <widget class="QDialogButtonBox" name="buttonBox">
  40. <property name="orientation">
  41. <enum>Qt::Horizontal</enum>
  42. </property>
  43. <property name="standardButtons">
  44. <set>QDialogButtonBox::Ok</set>
  45. </property>
  46. <property name="centerButtons">
  47. <bool>true</bool>
  48. </property>
  49. </widget>
  50. </item>
  51. </layout>
  52. </widget>
  53. <resources/>
  54. <connections>
  55. <connection>
  56. <sender>buttonBox</sender>
  57. <signal>accepted()</signal>
  58. <receiver>OBSLogReply</receiver>
  59. <slot>accept()</slot>
  60. <hints>
  61. <hint type="sourcelabel">
  62. <x>248</x>
  63. <y>254</y>
  64. </hint>
  65. <hint type="destinationlabel">
  66. <x>157</x>
  67. <y>274</y>
  68. </hint>
  69. </hints>
  70. </connection>
  71. <connection>
  72. <sender>buttonBox</sender>
  73. <signal>rejected()</signal>
  74. <receiver>OBSLogReply</receiver>
  75. <slot>reject()</slot>
  76. <hints>
  77. <hint type="sourcelabel">
  78. <x>316</x>
  79. <y>260</y>
  80. </hint>
  81. <hint type="destinationlabel">
  82. <x>286</x>
  83. <y>274</y>
  84. </hint>
  85. </hints>
  86. </connection>
  87. </connections>
  88. </ui>