affichageTexte.ui 728 B

12345678910111213141516171819202122232425262728293031323334
  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="font">
  14. <font>
  15. <family>Verdana</family>
  16. </font>
  17. </property>
  18. <property name="windowTitle">
  19. <string>Prise de notes</string>
  20. </property>
  21. <widget class="QTextEdit" name="texte">
  22. <property name="geometry">
  23. <rect>
  24. <x>10</x>
  25. <y>10</y>
  26. <width>321</width>
  27. <height>311</height>
  28. </rect>
  29. </property>
  30. </widget>
  31. </widget>
  32. <resources/>
  33. <connections/>
  34. </ui>