filename_label.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Frame</class>
  4. <widget class="QFrame" name="Frame">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>365</width>
  10. <height>22</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>22</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>16777215</width>
  22. <height>22</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Frame</string>
  27. </property>
  28. <property name="frameShape">
  29. <enum>QFrame::StyledPanel</enum>
  30. </property>
  31. <property name="frameShadow">
  32. <enum>QFrame::Raised</enum>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout">
  35. <property name="spacing">
  36. <number>0</number>
  37. </property>
  38. <property name="leftMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="topMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="rightMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="bottomMargin">
  48. <number>0</number>
  49. </property>
  50. <item>
  51. <widget class="QLineEdit" name="txtFilename">
  52. <property name="minimumSize">
  53. <size>
  54. <width>345</width>
  55. <height>20</height>
  56. </size>
  57. </property>
  58. <property name="maximumSize">
  59. <size>
  60. <width>16777215</width>
  61. <height>20</height>
  62. </size>
  63. </property>
  64. <property name="palette">
  65. <palette>
  66. <active>
  67. <colorrole role="Base">
  68. <brush brushstyle="SolidPattern">
  69. <color alpha="0">
  70. <red>255</red>
  71. <green>255</green>
  72. <blue>255</blue>
  73. </color>
  74. </brush>
  75. </colorrole>
  76. </active>
  77. <inactive>
  78. <colorrole role="Base">
  79. <brush brushstyle="SolidPattern">
  80. <color alpha="0">
  81. <red>255</red>
  82. <green>255</green>
  83. <blue>255</blue>
  84. </color>
  85. </brush>
  86. </colorrole>
  87. </inactive>
  88. <disabled>
  89. <colorrole role="Base">
  90. <brush brushstyle="SolidPattern">
  91. <color alpha="255">
  92. <red>240</red>
  93. <green>240</green>
  94. <blue>240</blue>
  95. </color>
  96. </brush>
  97. </colorrole>
  98. </disabled>
  99. </palette>
  100. </property>
  101. <property name="font">
  102. <font>
  103. <family>Arial</family>
  104. <italic>true</italic>
  105. </font>
  106. </property>
  107. <property name="text">
  108. <string/>
  109. </property>
  110. <property name="frame">
  111. <bool>false</bool>
  112. </property>
  113. </widget>
  114. </item>
  115. </layout>
  116. </widget>
  117. <resources/>
  118. <connections/>
  119. </ui>