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.

Loop.ui 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LoopAdd</class>
  4. <widget class="QDialog" name="LoopAdd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QFormLayout" name="formLayout">
  17. <item row="0" column="0">
  18. <widget class="QLabel" name="label_2">
  19. <property name="text">
  20. <string>Label</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="1" column="0">
  25. <widget class="QLabel" name="label">
  26. <property name="text">
  27. <string>Type</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item row="1" column="1">
  32. <widget class="QComboBox" name="comboBox">
  33. <item>
  34. <property name="text">
  35. <string>Circular</string>
  36. </property>
  37. </item>
  38. <item>
  39. <property name="text">
  40. <string>figure-8</string>
  41. </property>
  42. </item>
  43. <item>
  44. <property name="text">
  45. <string>square-8</string>
  46. </property>
  47. </item>
  48. <item>
  49. <property name="text">
  50. <string>New Item</string>
  51. </property>
  52. </item>
  53. <item>
  54. <property name="text">
  55. <string>polygon</string>
  56. </property>
  57. </item>
  58. </widget>
  59. </item>
  60. <item row="2" column="0" colspan="2">
  61. <widget class="QDialogButtonBox" name="buttonBox">
  62. <property name="orientation">
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. <property name="standardButtons">
  66. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="0" column="1">
  71. <widget class="QLineEdit" name="lineEdit"/>
  72. </item>
  73. </layout>
  74. </widget>
  75. <resources/>
  76. <connections>
  77. <connection>
  78. <sender>buttonBox</sender>
  79. <signal>accepted()</signal>
  80. <receiver>LoopAdd</receiver>
  81. <slot>accept()</slot>
  82. <hints>
  83. <hint type="sourcelabel">
  84. <x>248</x>
  85. <y>254</y>
  86. </hint>
  87. <hint type="destinationlabel">
  88. <x>157</x>
  89. <y>274</y>
  90. </hint>
  91. </hints>
  92. </connection>
  93. <connection>
  94. <sender>buttonBox</sender>
  95. <signal>rejected()</signal>
  96. <receiver>LoopAdd</receiver>
  97. <slot>reject()</slot>
  98. <hints>
  99. <hint type="sourcelabel">
  100. <x>316</x>
  101. <y>260</y>
  102. </hint>
  103. <hint type="destinationlabel">
  104. <x>286</x>
  105. <y>274</y>
  106. </hint>
  107. </hints>
  108. </connection>
  109. </connections>
  110. </ui>