anapencere.ui 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AnaPencere</class>
  4. <widget class="QMainWindow" name="AnaPencere">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>350</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>400</width>
  16. <height>350</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>400</width>
  22. <height>350</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Brisk Menü Ayarla</string>
  27. </property>
  28. <widget class="QWidget" name="centralWidget">
  29. <widget class="QLabel" name="AramaEtiket">
  30. <property name="geometry">
  31. <rect>
  32. <x>20</x>
  33. <y>10</y>
  34. <width>171</width>
  35. <height>16</height>
  36. </rect>
  37. </property>
  38. <property name="font">
  39. <font>
  40. <weight>75</weight>
  41. <bold>true</bold>
  42. </font>
  43. </property>
  44. <property name="text">
  45. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#204a87;&quot;&gt;Arama Çubuğu Yeri:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  46. </property>
  47. </widget>
  48. <widget class="QComboBox" name="AramaComboBox">
  49. <property name="geometry">
  50. <rect>
  51. <x>230</x>
  52. <y>10</y>
  53. <width>151</width>
  54. <height>21</height>
  55. </rect>
  56. </property>
  57. <item>
  58. <property name="text">
  59. <string>Üstte</string>
  60. </property>
  61. </item>
  62. <item>
  63. <property name="text">
  64. <string>Altta</string>
  65. </property>
  66. </item>
  67. </widget>
  68. <widget class="QLabel" name="PencereEtiket">
  69. <property name="geometry">
  70. <rect>
  71. <x>20</x>
  72. <y>40</y>
  73. <width>171</width>
  74. <height>16</height>
  75. </rect>
  76. </property>
  77. <property name="font">
  78. <font>
  79. <weight>75</weight>
  80. <bold>true</bold>
  81. </font>
  82. </property>
  83. <property name="text">
  84. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#204a87;&quot;&gt;Pencere Stili:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  85. </property>
  86. </widget>
  87. <widget class="QComboBox" name="PencereComboBox">
  88. <property name="geometry">
  89. <rect>
  90. <x>230</x>
  91. <y>40</y>
  92. <width>151</width>
  93. <height>21</height>
  94. </rect>
  95. </property>
  96. <item>
  97. <property name="text">
  98. <string>Klasik</string>
  99. </property>
  100. </item>
  101. <item>
  102. <property name="text">
  103. <string>Hızlı</string>
  104. </property>
  105. </item>
  106. </widget>
  107. <widget class="QLabel" name="TemaEtiket">
  108. <property name="geometry">
  109. <rect>
  110. <x>20</x>
  111. <y>70</y>
  112. <width>171</width>
  113. <height>16</height>
  114. </rect>
  115. </property>
  116. <property name="font">
  117. <font>
  118. <weight>75</weight>
  119. <bold>true</bold>
  120. </font>
  121. </property>
  122. <property name="text">
  123. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#204a87;&quot;&gt;Menü Teması:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  124. </property>
  125. </widget>
  126. <widget class="QComboBox" name="TemaComboBox">
  127. <property name="geometry">
  128. <rect>
  129. <x>230</x>
  130. <y>70</y>
  131. <width>151</width>
  132. <height>21</height>
  133. </rect>
  134. </property>
  135. <item>
  136. <property name="text">
  137. <string>Açık</string>
  138. </property>
  139. </item>
  140. <item>
  141. <property name="text">
  142. <string>Koyu</string>
  143. </property>
  144. </item>
  145. </widget>
  146. <widget class="QLabel" name="FareEtiket">
  147. <property name="geometry">
  148. <rect>
  149. <x>20</x>
  150. <y>100</y>
  151. <width>211</width>
  152. <height>16</height>
  153. </rect>
  154. </property>
  155. <property name="font">
  156. <font>
  157. <weight>75</weight>
  158. <bold>true</bold>
  159. </font>
  160. </property>
  161. <property name="text">
  162. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#204a87;&quot;&gt;Fare Hareketiyle Menü Aç:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  163. </property>
  164. </widget>
  165. <widget class="QComboBox" name="FareComboBox">
  166. <property name="geometry">
  167. <rect>
  168. <x>230</x>
  169. <y>100</y>
  170. <width>151</width>
  171. <height>21</height>
  172. </rect>
  173. </property>
  174. <item>
  175. <property name="text">
  176. <string>Evet</string>
  177. </property>
  178. </item>
  179. <item>
  180. <property name="text">
  181. <string>Hayır</string>
  182. </property>
  183. </item>
  184. </widget>
  185. <widget class="QLabel" name="EtiketVarEtiket">
  186. <property name="geometry">
  187. <rect>
  188. <x>20</x>
  189. <y>130</y>
  190. <width>191</width>
  191. <height>16</height>
  192. </rect>
  193. </property>
  194. <property name="font">
  195. <font>
  196. <weight>75</weight>
  197. <bold>true</bold>
  198. </font>
  199. </property>
  200. <property name="text">
  201. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#204a87;&quot;&gt;Butonda Etiket Olsun:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  202. </property>
  203. </widget>
  204. <widget class="QComboBox" name="EtiketVarComboBox">
  205. <property name="geometry">
  206. <rect>
  207. <x>230</x>
  208. <y>130</y>
  209. <width>151</width>
  210. <height>21</height>
  211. </rect>
  212. </property>
  213. <item>
  214. <property name="text">
  215. <string>Evet</string>
  216. </property>
  217. </item>
  218. <item>
  219. <property name="text">
  220. <string>Hayır</string>
  221. </property>
  222. </item>
  223. </widget>
  224. <widget class="QLabel" name="EtiketYazEtiket">
  225. <property name="geometry">
  226. <rect>
  227. <x>20</x>
  228. <y>160</y>
  229. <width>191</width>
  230. <height>21</height>
  231. </rect>
  232. </property>
  233. <property name="font">
  234. <font>
  235. <weight>75</weight>
  236. <bold>true</bold>
  237. </font>
  238. </property>
  239. <property name="text">
  240. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#204a87;&quot;&gt;Menü Etiketi:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  241. </property>
  242. </widget>
  243. <widget class="QLineEdit" name="lineEdit">
  244. <property name="geometry">
  245. <rect>
  246. <x>230</x>
  247. <y>160</y>
  248. <width>151</width>
  249. <height>24</height>
  250. </rect>
  251. </property>
  252. <property name="text">
  253. <string>Aylinux</string>
  254. </property>
  255. </widget>
  256. <widget class="QCommandLinkButton" name="commandLinkButton">
  257. <property name="geometry">
  258. <rect>
  259. <x>20</x>
  260. <y>240</y>
  261. <width>111</width>
  262. <height>41</height>
  263. </rect>
  264. </property>
  265. <property name="text">
  266. <string>Uygula</string>
  267. </property>
  268. </widget>
  269. <widget class="QCommandLinkButton" name="commandLinkButton_2">
  270. <property name="geometry">
  271. <rect>
  272. <x>150</x>
  273. <y>240</y>
  274. <width>101</width>
  275. <height>41</height>
  276. </rect>
  277. </property>
  278. <property name="text">
  279. <string>Sıfırla</string>
  280. </property>
  281. </widget>
  282. <widget class="QCommandLinkButton" name="commandLinkButton_3">
  283. <property name="geometry">
  284. <rect>
  285. <x>270</x>
  286. <y>240</y>
  287. <width>111</width>
  288. <height>41</height>
  289. </rect>
  290. </property>
  291. <property name="text">
  292. <string>Hakkında</string>
  293. </property>
  294. </widget>
  295. <widget class="QLabel" name="EtiketYazEtiket_2">
  296. <property name="geometry">
  297. <rect>
  298. <x>20</x>
  299. <y>200</y>
  300. <width>121</width>
  301. <height>21</height>
  302. </rect>
  303. </property>
  304. <property name="font">
  305. <font>
  306. <weight>75</weight>
  307. <bold>true</bold>
  308. </font>
  309. </property>
  310. <property name="text">
  311. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#204a87;&quot;&gt;Menü Simgesi:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  312. </property>
  313. </widget>
  314. <widget class="QLabel" name="menulogo">
  315. <property name="geometry">
  316. <rect>
  317. <x>340</x>
  318. <y>200</y>
  319. <width>41</width>
  320. <height>31</height>
  321. </rect>
  322. </property>
  323. <property name="font">
  324. <font>
  325. <weight>75</weight>
  326. <bold>true</bold>
  327. </font>
  328. </property>
  329. <property name="text">
  330. <string/>
  331. </property>
  332. <property name="pixmap">
  333. <pixmap>../../../../usr/share/icons/mate/24x24/places/start-here.png</pixmap>
  334. </property>
  335. <property name="scaledContents">
  336. <bool>true</bool>
  337. </property>
  338. </widget>
  339. <widget class="QLineEdit" name="logoyol">
  340. <property name="geometry">
  341. <rect>
  342. <x>140</x>
  343. <y>200</y>
  344. <width>191</width>
  345. <height>24</height>
  346. </rect>
  347. </property>
  348. <property name="text">
  349. <string>/usr/share/icons/mate/24x24/places/start-here.png</string>
  350. </property>
  351. </widget>
  352. </widget>
  353. <widget class="QMenuBar" name="menuBar">
  354. <property name="geometry">
  355. <rect>
  356. <x>0</x>
  357. <y>0</y>
  358. <width>400</width>
  359. <height>22</height>
  360. </rect>
  361. </property>
  362. </widget>
  363. <widget class="QToolBar" name="mainToolBar">
  364. <attribute name="toolBarArea">
  365. <enum>TopToolBarArea</enum>
  366. </attribute>
  367. <attribute name="toolBarBreak">
  368. <bool>false</bool>
  369. </attribute>
  370. </widget>
  371. <widget class="QStatusBar" name="statusBar"/>
  372. </widget>
  373. <layoutdefault spacing="6" margin="11"/>
  374. <resources/>
  375. <connections/>
  376. </ui>