set_image_mode.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>410</width>
  10. <height>275</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>设置</string>
  21. </property>
  22. <property name="styleSheet">
  23. <string notr="true">background-color: rgb(255, 255, 255);</string>
  24. </property>
  25. <widget class="QPushButton" name="pushButton">
  26. <property name="geometry">
  27. <rect>
  28. <x>120</x>
  29. <y>200</y>
  30. <width>161</width>
  31. <height>31</height>
  32. </rect>
  33. </property>
  34. <property name="styleSheet">
  35. <string notr="true">background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 137, 27, 255), stop:1 rgba(255, 93, 1, 255));
  36. color: rgb(255, 255, 255);
  37. border-radius: 5px; border: 2px groove gray;
  38. border:0px;</string>
  39. </property>
  40. <property name="text">
  41. <string>保存</string>
  42. </property>
  43. </widget>
  44. <widget class="QLabel" name="label_7">
  45. <property name="geometry">
  46. <rect>
  47. <x>10</x>
  48. <y>35</y>
  49. <width>91</width>
  50. <height>21</height>
  51. </rect>
  52. </property>
  53. <property name="text">
  54. <string>不扣图的文件夹</string>
  55. </property>
  56. </widget>
  57. <widget class="QLineEdit" name="lineEdit">
  58. <property name="geometry">
  59. <rect>
  60. <x>100</x>
  61. <y>35</y>
  62. <width>271</width>
  63. <height>20</height>
  64. </rect>
  65. </property>
  66. <property name="text">
  67. <string>已扣图,</string>
  68. </property>
  69. </widget>
  70. <widget class="QLabel" name="label">
  71. <property name="geometry">
  72. <rect>
  73. <x>90</x>
  74. <y>60</y>
  75. <width>281</width>
  76. <height>16</height>
  77. </rect>
  78. </property>
  79. <property name="text">
  80. <string>含以上关键词的不进行抠图,多个文件夹使用逗号分隔</string>
  81. </property>
  82. </widget>
  83. <widget class="QLabel" name="label_2">
  84. <property name="geometry">
  85. <rect>
  86. <x>90</x>
  87. <y>125</y>
  88. <width>281</width>
  89. <height>16</height>
  90. </rect>
  91. </property>
  92. <property name="text">
  93. <string>含以上关键词的不进行抠图,多个文件夹使用逗号分隔</string>
  94. </property>
  95. </widget>
  96. <widget class="QLabel" name="label_8">
  97. <property name="geometry">
  98. <rect>
  99. <x>10</x>
  100. <y>100</y>
  101. <width>91</width>
  102. <height>21</height>
  103. </rect>
  104. </property>
  105. <property name="text">
  106. <string>不扣图的文件</string>
  107. </property>
  108. </widget>
  109. <widget class="QLineEdit" name="lineEdit_2">
  110. <property name="geometry">
  111. <rect>
  112. <x>100</x>
  113. <y>100</y>
  114. <width>271</width>
  115. <height>20</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string>已扣图,</string>
  120. </property>
  121. </widget>
  122. </widget>
  123. <resources/>
  124. <connections/>
  125. </ui>