PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/guitone-1.0rc5/res/forms/dialogs/new_project_setup.ui

#
Unknown | 144 lines | 144 code | 0 blank | 0 comment | 0 complexity | 6b0a7cdaa2a8124a28b1e0f8632bcecc MD5 | raw file
Possible License(s): GPL-3.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>NewProjectSetupDialog</class>
  4. <widget class="QDialog" name="NewProjectSetupDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>387</width>
  10. <height>143</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Setup a new project</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QGroupBox" name="groupBox">
  25. <property name="sizePolicy">
  26. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
  27. <horstretch>0</horstretch>
  28. <verstretch>0</verstretch>
  29. </sizepolicy>
  30. </property>
  31. <property name="title">
  32. <string>Please enter a branch and select a workspace directory</string>
  33. </property>
  34. <layout class="QGridLayout">
  35. <property name="verticalSpacing">
  36. <number>5</number>
  37. </property>
  38. <item row="0" column="0">
  39. <widget class="QLabel" name="label">
  40. <property name="sizePolicy">
  41. <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
  42. <horstretch>0</horstretch>
  43. <verstretch>0</verstretch>
  44. </sizepolicy>
  45. </property>
  46. <property name="text">
  47. <string>Branch</string>
  48. </property>
  49. <property name="alignment">
  50. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  51. </property>
  52. </widget>
  53. </item>
  54. <item row="0" column="1">
  55. <widget class="QLineEdit" name="branch">
  56. <property name="toolTip">
  57. <string>This name has to be globally unique. A reversed domain name
  58. with the appended project name, like f.e. &quot;com.example.project&quot;,
  59. is a good example.</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item row="1" column="0">
  64. <widget class="QLabel" name="label_2">
  65. <property name="sizePolicy">
  66. <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
  67. <horstretch>0</horstretch>
  68. <verstretch>0</verstretch>
  69. </sizepolicy>
  70. </property>
  71. <property name="text">
  72. <string>Workspace</string>
  73. </property>
  74. <property name="alignment">
  75. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  76. </property>
  77. </widget>
  78. </item>
  79. <item row="1" column="1">
  80. <widget class="QLineEdit" name="workspacePath">
  81. <property name="toolTip">
  82. <string>Choose the root directory of your project
  83. as workspace directory.</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item row="1" column="2">
  88. <widget class="QPushButton" name="selectDirectory">
  89. <property name="text">
  90. <string>Browse</string>
  91. </property>
  92. </widget>
  93. </item>
  94. </layout>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QDialogButtonBox" name="buttonBox">
  99. <property name="orientation">
  100. <enum>Qt::Horizontal</enum>
  101. </property>
  102. <property name="standardButtons">
  103. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  104. </property>
  105. </widget>
  106. </item>
  107. </layout>
  108. </widget>
  109. <resources/>
  110. <connections>
  111. <connection>
  112. <sender>buttonBox</sender>
  113. <signal>accepted()</signal>
  114. <receiver>NewProjectSetupDialog</receiver>
  115. <slot>accept()</slot>
  116. <hints>
  117. <hint type="sourcelabel">
  118. <x>248</x>
  119. <y>254</y>
  120. </hint>
  121. <hint type="destinationlabel">
  122. <x>157</x>
  123. <y>274</y>
  124. </hint>
  125. </hints>
  126. </connection>
  127. <connection>
  128. <sender>buttonBox</sender>
  129. <signal>rejected()</signal>
  130. <receiver>NewProjectSetupDialog</receiver>
  131. <slot>reject()</slot>
  132. <hints>
  133. <hint type="sourcelabel">
  134. <x>316</x>
  135. <y>260</y>
  136. </hint>
  137. <hint type="destinationlabel">
  138. <x>286</x>
  139. <y>274</y>
  140. </hint>
  141. </hints>
  142. </connection>
  143. </connections>
  144. </ui>