ipsdialog.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <ui version="4.0" >
  2. <class>IPSDialog</class>
  3. <widget class="QDialog" name="IPSDialog" >
  4. <property name="windowModality" >
  5. <enum>Qt::ApplicationModal</enum>
  6. </property>
  7. <property name="geometry" >
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>401</width>
  12. <height>230</height>
  13. </rect>
  14. </property>
  15. <property name="windowTitle" >
  16. <string>List of IPS patches</string>
  17. </property>
  18. <property name="windowIcon" >
  19. <iconset>logo.png</iconset>
  20. </property>
  21. <property name="toolTip" >
  22. <string>Select IPS patches and their order to apply</string>
  23. </property>
  24. <property name="modal" >
  25. <bool>true</bool>
  26. </property>
  27. <layout class="QGridLayout" >
  28. <item row="0" column="0" >
  29. <widget class="QListWidget" name="IPSList" >
  30. <property name="dragDropMode" >
  31. <enum>QAbstractItemView::InternalMove</enum>
  32. </property>
  33. <property name="alternatingRowColors" >
  34. <bool>true</bool>
  35. </property>
  36. <property name="selectionMode" >
  37. <enum>QAbstractItemView::ExtendedSelection</enum>
  38. </property>
  39. </widget>
  40. </item>
  41. <item row="0" column="1" >
  42. <layout class="QVBoxLayout" >
  43. <item>
  44. <widget class="QPushButton" name="addButton" >
  45. <property name="toolTip" >
  46. <string>Add more patch files to this list</string>
  47. </property>
  48. <property name="text" >
  49. <string>Add...</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QPushButton" name="removeButton" >
  55. <property name="toolTip" >
  56. <string>Remove currently selected patch file</string>
  57. </property>
  58. <property name="text" >
  59. <string>Remove</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <spacer>
  65. <property name="orientation" >
  66. <enum>Qt::Vertical</enum>
  67. </property>
  68. <property name="sizeHint" >
  69. <size>
  70. <width>20</width>
  71. <height>40</height>
  72. </size>
  73. </property>
  74. </spacer>
  75. </item>
  76. </layout>
  77. </item>
  78. <item row="1" column="0" colspan="2" >
  79. <widget class="QDialogButtonBox" name="buttonBox" >
  80. <property name="orientation" >
  81. <enum>Qt::Horizontal</enum>
  82. </property>
  83. <property name="standardButtons" >
  84. <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </widget>
  90. <resources/>
  91. <connections>
  92. <connection>
  93. <sender>buttonBox</sender>
  94. <signal>accepted()</signal>
  95. <receiver>IPSDialog</receiver>
  96. <slot>accept()</slot>
  97. <hints>
  98. <hint type="sourcelabel" >
  99. <x>248</x>
  100. <y>254</y>
  101. </hint>
  102. <hint type="destinationlabel" >
  103. <x>157</x>
  104. <y>274</y>
  105. </hint>
  106. </hints>
  107. </connection>
  108. <connection>
  109. <sender>buttonBox</sender>
  110. <signal>rejected()</signal>
  111. <receiver>IPSDialog</receiver>
  112. <slot>reject()</slot>
  113. <hints>
  114. <hint type="sourcelabel" >
  115. <x>316</x>
  116. <y>260</y>
  117. </hint>
  118. <hint type="destinationlabel" >
  119. <x>286</x>
  120. <y>274</y>
  121. </hint>
  122. </hints>
  123. </connection>
  124. </connections>
  125. </ui>