Guest User

Untitled

a guest
Nov 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>main</class>
  4. <widget class="QWidget" name="main">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>412</width>
  10. <height>270</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Simulator</string>
  15. </property>
  16. <widget class="QLineEdit" name="txtNPart">
  17. <property name="geometry">
  18. <rect>
  19. <x>270</x>
  20. <y>30</y>
  21. <width>131</width>
  22. <height>27</height>
  23. </rect>
  24. </property>
  25. <property name="inputMask">
  26. <string notr="true"/>
  27. </property>
  28. <property name="text">
  29. <string notr="true">100</string>
  30. </property>
  31. <property name="alignment">
  32. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  33. </property>
  34. </widget>
  35. <widget class="QLabel" name="label">
  36. <property name="geometry">
  37. <rect>
  38. <x>270</x>
  39. <y>10</y>
  40. <width>141</width>
  41. <height>17</height>
  42. </rect>
  43. </property>
  44. <property name="text">
  45. <string notr="true">Number of Particles</string>
  46. </property>
  47. </widget>
  48. <widget class="QFrame" name="frame">
  49. <property name="geometry">
  50. <rect>
  51. <x>10</x>
  52. <y>10</y>
  53. <width>250</width>
  54. <height>250</height>
  55. </rect>
  56. </property>
  57. <property name="frameShape">
  58. <enum>QFrame::StyledPanel</enum>
  59. </property>
  60. <property name="frameShadow">
  61. <enum>QFrame::Raised</enum>
  62. </property>
  63. </widget>
  64. <widget class="QPushButton" name="btnSetup">
  65. <property name="geometry">
  66. <rect>
  67. <x>340</x>
  68. <y>60</y>
  69. <width>61</width>
  70. <height>27</height>
  71. </rect>
  72. </property>
  73. <property name="text">
  74. <string notr="true">Setup</string>
  75. </property>
  76. </widget>
  77. <widget class="QPushButton" name="btnRun">
  78. <property name="geometry">
  79. <rect>
  80. <x>340</x>
  81. <y>230</y>
  82. <width>61</width>
  83. <height>27</height>
  84. </rect>
  85. </property>
  86. <property name="text">
  87. <string notr="true">Run</string>
  88. </property>
  89. </widget>
  90. <widget class="QLineEdit" name="txtNSteps">
  91. <property name="geometry">
  92. <rect>
  93. <x>270</x>
  94. <y>200</y>
  95. <width>131</width>
  96. <height>27</height>
  97. </rect>
  98. </property>
  99. <property name="inputMask">
  100. <string notr="true"/>
  101. </property>
  102. <property name="text">
  103. <string notr="true">1000</string>
  104. </property>
  105. <property name="alignment">
  106. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  107. </property>
  108. </widget>
  109. <widget class="QLabel" name="label_2">
  110. <property name="geometry">
  111. <rect>
  112. <x>270</x>
  113. <y>180</y>
  114. <width>131</width>
  115. <height>17</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string notr="true">Number of Steps</string>
  120. </property>
  121. </widget>
  122. </widget>
  123. <resources/>
  124. <connections/>
  125. </ui>
Add Comment
Please, Sign In to add comment