Surface NMR processing and inversion GUI
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

redirect.ui 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>callScript</class>
  4. <widget class="QDialog" name="callScript">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>691</width>
  10. <height>852</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QStatusBar" name="statusbar"/>
  19. </item>
  20. <item>
  21. <widget class="QTextEdit" name="textEdit">
  22. <property name="sizePolicy">
  23. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  24. <horstretch>0</horstretch>
  25. <verstretch>0</verstretch>
  26. </sizepolicy>
  27. </property>
  28. <property name="font">
  29. <font>
  30. <family>Monospace</family>
  31. </font>
  32. </property>
  33. <property name="cursor" stdset="0">
  34. <cursorShape>IBeamCursor</cursorShape>
  35. </property>
  36. <property name="mouseTracking">
  37. <bool>false</bool>
  38. </property>
  39. <property name="readOnly">
  40. <bool>true</bool>
  41. </property>
  42. <property name="overwriteMode">
  43. <bool>true</bool>
  44. </property>
  45. <property name="acceptRichText">
  46. <bool>false</bool>
  47. </property>
  48. <property name="placeholderText">
  49. <string>This windows outputs STDOUT from a separate process.</string>
  50. </property>
  51. </widget>
  52. </item>
  53. </layout>
  54. </widget>
  55. <resources/>
  56. <connections/>
  57. </ui>