PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/quassel-0.7.3/src/qtui/settingspages/createidentitydlg.ui

#
Unknown | 151 lines | 151 code | 0 blank | 0 comment | 0 complexity | cd0c2af4341b8cb0840d3afdc6a19d1c MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CreateIdentityDlg</class>
  4. <widget class="QDialog" name="CreateIdentityDlg">
  5. <property name="windowModality">
  6. <enum>Qt::WindowModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>399</width>
  13. <height>135</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Create New Identity</string>
  18. </property>
  19. <layout class="QVBoxLayout">
  20. <item>
  21. <layout class="QHBoxLayout">
  22. <item>
  23. <widget class="QLabel" name="label">
  24. <property name="text">
  25. <string>Identity name:</string>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <widget class="QLineEdit" name="identityName"/>
  31. </item>
  32. </layout>
  33. </item>
  34. <item>
  35. <widget class="QRadioButton" name="createBlankIdentity">
  36. <property name="text">
  37. <string>Create blank identity</string>
  38. </property>
  39. <property name="checked">
  40. <bool>true</bool>
  41. </property>
  42. </widget>
  43. </item>
  44. <item>
  45. <layout class="QHBoxLayout">
  46. <item>
  47. <widget class="QRadioButton" name="duplicateIdentity">
  48. <property name="text">
  49. <string>Duplicate:</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QComboBox" name="identityList">
  55. <property name="enabled">
  56. <bool>false</bool>
  57. </property>
  58. <property name="sizePolicy">
  59. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  60. <horstretch>0</horstretch>
  61. <verstretch>0</verstretch>
  62. </sizepolicy>
  63. </property>
  64. </widget>
  65. </item>
  66. </layout>
  67. </item>
  68. <item>
  69. <spacer>
  70. <property name="orientation">
  71. <enum>Qt::Vertical</enum>
  72. </property>
  73. <property name="sizeHint" stdset="0">
  74. <size>
  75. <width>20</width>
  76. <height>40</height>
  77. </size>
  78. </property>
  79. </spacer>
  80. </item>
  81. <item>
  82. <widget class="QDialogButtonBox" name="buttonBox">
  83. <property name="orientation">
  84. <enum>Qt::Horizontal</enum>
  85. </property>
  86. <property name="standardButtons">
  87. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  88. </property>
  89. </widget>
  90. </item>
  91. </layout>
  92. </widget>
  93. <tabstops>
  94. <tabstop>identityName</tabstop>
  95. <tabstop>createBlankIdentity</tabstop>
  96. <tabstop>duplicateIdentity</tabstop>
  97. <tabstop>identityList</tabstop>
  98. <tabstop>buttonBox</tabstop>
  99. </tabstops>
  100. <resources/>
  101. <connections>
  102. <connection>
  103. <sender>buttonBox</sender>
  104. <signal>accepted()</signal>
  105. <receiver>CreateIdentityDlg</receiver>
  106. <slot>accept()</slot>
  107. <hints>
  108. <hint type="sourcelabel">
  109. <x>222</x>
  110. <y>127</y>
  111. </hint>
  112. <hint type="destinationlabel">
  113. <x>157</x>
  114. <y>134</y>
  115. </hint>
  116. </hints>
  117. </connection>
  118. <connection>
  119. <sender>buttonBox</sender>
  120. <signal>rejected()</signal>
  121. <receiver>CreateIdentityDlg</receiver>
  122. <slot>reject()</slot>
  123. <hints>
  124. <hint type="sourcelabel">
  125. <x>290</x>
  126. <y>127</y>
  127. </hint>
  128. <hint type="destinationlabel">
  129. <x>286</x>
  130. <y>134</y>
  131. </hint>
  132. </hints>
  133. </connection>
  134. <connection>
  135. <sender>duplicateIdentity</sender>
  136. <signal>toggled(bool)</signal>
  137. <receiver>identityList</receiver>
  138. <slot>setEnabled(bool)</slot>
  139. <hints>
  140. <hint type="sourcelabel">
  141. <x>55</x>
  142. <y>80</y>
  143. </hint>
  144. <hint type="destinationlabel">
  145. <x>166</x>
  146. <y>84</y>
  147. </hint>
  148. </hints>
  149. </connection>
  150. </connections>
  151. </ui>