CheckOutDialog.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CheckOutDialog</class>
  4. <widget class="QDialog" name="CheckOutDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>451</width>
  10. <height>121</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Check Out File</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="sizeConstraint">
  18. <enum>QLayout::SetMinimumSize</enum>
  19. </property>
  20. <property name="leftMargin">
  21. <number>6</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>6</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>6</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>6</number>
  31. </property>
  32. <item>
  33. <layout class="QHBoxLayout" name="horizontalLayout_2">
  34. <item>
  35. <widget class="QLabel" name="icon">
  36. <property name="minimumSize">
  37. <size>
  38. <width>32</width>
  39. <height>32</height>
  40. </size>
  41. </property>
  42. <property name="maximumSize">
  43. <size>
  44. <width>32</width>
  45. <height>32</height>
  46. </size>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QLabel" name="m_text">
  52. <property name="sizePolicy">
  53. <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
  54. <horstretch>0</horstretch>
  55. <verstretch>0</verstretch>
  56. </sizepolicy>
  57. </property>
  58. <property name="text">
  59. <string>WWWWWWWWWW WWWWWWWWW WWWWWWWWWW WWWWWWWWWW WWWWWWWWWWW WWWWWWWWW WWWWW WWWWWWW! WWWWWW WWWWWWWWW! WWWWWWWWW WWWWWWW WWWWWW WWWW WWWW WWWWW WWWWW</string>
  60. </property>
  61. <property name="wordWrap">
  62. <bool>true</bool>
  63. </property>
  64. </widget>
  65. </item>
  66. </layout>
  67. </item>
  68. <item>
  69. <widget class="Line" name="line">
  70. <property name="orientation">
  71. <enum>Qt::Horizontal</enum>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <layout class="QHBoxLayout" name="horizontalLayout">
  77. <property name="spacing">
  78. <number>6</number>
  79. </property>
  80. <item>
  81. <widget class="QCheckBox" name="chkForAll">
  82. <property name="text">
  83. <string>Apply to all</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QPushButton" name="buttonCheckout">
  89. <property name="text">
  90. <string>Check Out</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QPushButton" name="buttonOverwrite">
  96. <property name="text">
  97. <string>Overwrite</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <spacer name="horizontalSpacer">
  103. <property name="orientation">
  104. <enum>Qt::Horizontal</enum>
  105. </property>
  106. <property name="sizeHint" stdset="0">
  107. <size>
  108. <width>40</width>
  109. <height>20</height>
  110. </size>
  111. </property>
  112. </spacer>
  113. </item>
  114. <item>
  115. <widget class="QPushButton" name="buttonCancel">
  116. <property name="text">
  117. <string>Cancel</string>
  118. </property>
  119. </widget>
  120. </item>
  121. </layout>
  122. </item>
  123. </layout>
  124. </widget>
  125. <tabstops>
  126. <tabstop>buttonCheckout</tabstop>
  127. <tabstop>buttonOverwrite</tabstop>
  128. <tabstop>buttonCancel</tabstop>
  129. </tabstops>
  130. <resources/>
  131. <connections>
  132. </connections>
  133. </ui>