FTP_dialog_base.ui 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <ui version="4.0" >
  2. <class>FTPDialogBase</class>
  3. <widget class="QDialog" name="FTPDialogBase" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>400</width>
  9. <height>300</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>FTP</string>
  14. </property>
  15. <widget class="QDialogButtonBox" name="button_box" >
  16. <property name="geometry" >
  17. <rect>
  18. <x>30</x>
  19. <y>240</y>
  20. <width>341</width>
  21. <height>32</height>
  22. </rect>
  23. </property>
  24. <property name="orientation" >
  25. <enum>Qt::Horizontal</enum>
  26. </property>
  27. <property name="standardButtons" >
  28. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  29. </property>
  30. </widget>
  31. </widget>
  32. <resources/>
  33. <connections>
  34. <connection>
  35. <sender>button_box</sender>
  36. <signal>accepted()</signal>
  37. <receiver>FTPDialogBase</receiver>
  38. <slot>accept()</slot>
  39. <hints>
  40. <hint type="source_label" >
  41. <x>248</x>
  42. <y>254</y>
  43. </hint>
  44. <hint type="destination_label" >
  45. <x>157</x>
  46. <y>274</y>
  47. </hint>
  48. </hints>
  49. </connection>
  50. <connection>
  51. <sender>button_box</sender>
  52. <signal>rejected()</signal>
  53. <receiver>FTPDialogBase</receiver>
  54. <slot>reject()</slot>
  55. <hints>
  56. <hint type="source_label" >
  57. <x>316</x>
  58. <y>260</y>
  59. </hint>
  60. <hint type="destination_label" >
  61. <x>286</x>
  62. <y>274</y>
  63. </hint>
  64. </hints>
  65. </connection>
  66. </connections>
  67. </ui>