OBSLogReply.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. <widget class="QLabel" name="description">
  19. <property name="text">
  20. <string>LogReturnDialog.Description</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <layout class="QHBoxLayout" name="horizontalLayout">
  26. <item>
  27. <widget class="QLineEdit" name="urlEdit">
  28. <property name="text">
  29. <string notr="true"/>
  30. </property>
  31. <property name="readOnly">
  32. <bool>true</bool>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <widget class="QPushButton" name="copyURL">
  38. <property name="text">
  39. <string>LogReturnDialog.CopyURL</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item>
  44. <widget class="QPushButton" name="analyzeURL">
  45. <property name="text">
  46. <string>LogReturnDialog.AnalyzeURL</string>
  47. </property>
  48. </widget>
  49. </item>
  50. </layout>
  51. </item>
  52. <item>
  53. <widget class="QDialogButtonBox" name="buttonBox">
  54. <property name="orientation">
  55. <enum>Qt::Horizontal</enum>
  56. </property>
  57. <property name="standardButtons">
  58. <set>QDialogButtonBox::Ok</set>
  59. </property>
  60. <property name="centerButtons">
  61. <bool>true</bool>
  62. </property>
  63. </widget>
  64. </item>
  65. </layout>
  66. </widget>
  67. <resources/>
  68. <connections>
  69. <connection>
  70. <sender>buttonBox</sender>
  71. <signal>accepted()</signal>
  72. <receiver>OBSLogReply</receiver>
  73. <slot>accept()</slot>
  74. <hints>
  75. <hint type="sourcelabel">
  76. <x>248</x>
  77. <y>254</y>
  78. </hint>
  79. <hint type="destinationlabel">
  80. <x>157</x>
  81. <y>274</y>
  82. </hint>
  83. </hints>
  84. </connection>
  85. <connection>
  86. <sender>buttonBox</sender>
  87. <signal>rejected()</signal>
  88. <receiver>OBSLogReply</receiver>
  89. <slot>reject()</slot>
  90. <hints>
  91. <hint type="sourcelabel">
  92. <x>316</x>
  93. <y>260</y>
  94. </hint>
  95. <hint type="destinationlabel">
  96. <x>286</x>
  97. <y>274</y>
  98. </hint>
  99. </hints>
  100. </connection>
  101. </connections>
  102. </ui>