affichageTexte.ui 597 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>affichageTexte</class>
  4. <widget class="QDialog" name="affichageTexte">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>338</width>
  10. <height>329</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QTextEdit" name="texte">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>321</width>
  22. <height>311</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. </widget>
  27. <resources/>
  28. <connections/>
  29. </ui>