OBSMissingFiles.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OBSMissingFiles</class>
  4. <widget class="QDialog" name="OBSMissingFiles">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>666</width>
  10. <height>310</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MissingFiles</string>
  15. </property>
  16. <property name="sizeGripEnabled">
  17. <bool>true</bool>
  18. </property>
  19. <layout class="QGridLayout" name="gridLayout">
  20. <item row="0" column="0">
  21. <layout class="QHBoxLayout" name="horizontalLayout_3">
  22. <item>
  23. <widget class="QLabel" name="warningIcon">
  24. <property name="minimumSize">
  25. <size>
  26. <width>0</width>
  27. <height>0</height>
  28. </size>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QLabel" name="label">
  34. <property name="sizePolicy">
  35. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  36. <horstretch>0</horstretch>
  37. <verstretch>0</verstretch>
  38. </sizepolicy>
  39. </property>
  40. <property name="text">
  41. <string>MissingFiles.HelpText</string>
  42. </property>
  43. </widget>
  44. </item>
  45. </layout>
  46. </item>
  47. <item row="2" column="0">
  48. <widget class="QTableView" name="tableView">
  49. <property name="selectionMode">
  50. <enum>QAbstractItemView::NoSelection</enum>
  51. </property>
  52. <attribute name="horizontalHeaderMinimumSectionSize">
  53. <number>23</number>
  54. </attribute>
  55. <attribute name="horizontalHeaderDefaultSectionSize">
  56. <number>23</number>
  57. </attribute>
  58. <attribute name="verticalHeaderVisible">
  59. <bool>false</bool>
  60. </attribute>
  61. <attribute name="verticalHeaderDefaultSectionSize">
  62. <number>23</number>
  63. </attribute>
  64. </widget>
  65. </item>
  66. <item row="3" column="0">
  67. <layout class="QVBoxLayout" name="verticalLayout">
  68. <item>
  69. <layout class="QHBoxLayout" name="horizontalLayout_2">
  70. <item>
  71. <widget class="QLabel" name="found">
  72. <property name="text">
  73. <string>MissingFiles.NumFound</string>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <spacer name="horizontalSpacer">
  79. <property name="orientation">
  80. <enum>Qt::Horizontal</enum>
  81. </property>
  82. <property name="sizeHint" stdset="0">
  83. <size>
  84. <width>40</width>
  85. <height>20</height>
  86. </size>
  87. </property>
  88. </spacer>
  89. </item>
  90. <item>
  91. <layout class="QHBoxLayout" name="horizontalLayout">
  92. <item>
  93. <widget class="QPushButton" name="browseButton">
  94. <property name="text">
  95. <string>MissingFiles.Search</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QPushButton" name="doneButton">
  101. <property name="text">
  102. <string>Apply</string>
  103. </property>
  104. </widget>
  105. </item>
  106. <item>
  107. <widget class="QPushButton" name="cancelButton">
  108. <property name="text">
  109. <string>Cancel</string>
  110. </property>
  111. </widget>
  112. </item>
  113. </layout>
  114. </item>
  115. </layout>
  116. </item>
  117. </layout>
  118. </item>
  119. </layout>
  120. </widget>
  121. <resources/>
  122. <connections/>
  123. </ui>