apidialog.ui 2.2 KB

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