anapencere.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  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>700</width>
  10. <height>527</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>700</width>
  16. <height>527</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>720</width>
  22. <height>527</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>MiLPek - Milis Program Ekle Kaldır 0.3</string>
  27. </property>
  28. <widget class="QWidget" name="centralWidget">
  29. <widget class="QProgressBar" name="progressBar">
  30. <property name="geometry">
  31. <rect>
  32. <x>10</x>
  33. <y>410</y>
  34. <width>681</width>
  35. <height>23</height>
  36. </rect>
  37. </property>
  38. <property name="focusPolicy">
  39. <enum>Qt::ClickFocus</enum>
  40. </property>
  41. <property name="contextMenuPolicy">
  42. <enum>Qt::ActionsContextMenu</enum>
  43. </property>
  44. <property name="value">
  45. <number>0</number>
  46. </property>
  47. <property name="textDirection">
  48. <enum>QProgressBar::TopToBottom</enum>
  49. </property>
  50. </widget>
  51. <widget class="QCommandLinkButton" name="DerleKurButon">
  52. <property name="geometry">
  53. <rect>
  54. <x>90</x>
  55. <y>440</y>
  56. <width>121</width>
  57. <height>31</height>
  58. </rect>
  59. </property>
  60. <property name="text">
  61. <string>Derle &gt;&gt; Kur</string>
  62. </property>
  63. </widget>
  64. <widget class="QLabel" name="label_2">
  65. <property name="geometry">
  66. <rect>
  67. <x>220</x>
  68. <y>0</y>
  69. <width>421</width>
  70. <height>20</height>
  71. </rect>
  72. </property>
  73. <property name="text">
  74. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:12pt; font-weight:600; color:#204a87;&quot;&gt;Uygulama Arayüzü&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  75. </property>
  76. </widget>
  77. <widget class="QComboBox" name="Kategoriler">
  78. <property name="geometry">
  79. <rect>
  80. <x>10</x>
  81. <y>20</y>
  82. <width>211</width>
  83. <height>23</height>
  84. </rect>
  85. </property>
  86. <property name="currentText">
  87. <string>Tümü</string>
  88. </property>
  89. <property name="currentIndex">
  90. <number>0</number>
  91. </property>
  92. <property name="minimumContentsLength">
  93. <number>0</number>
  94. </property>
  95. <item>
  96. <property name="text">
  97. <string>Tümü</string>
  98. </property>
  99. </item>
  100. <item>
  101. <property name="text">
  102. <string>Yerel</string>
  103. </property>
  104. </item>
  105. <item>
  106. <property name="text">
  107. <string>ağ</string>
  108. </property>
  109. </item>
  110. <item>
  111. <property name="text">
  112. <string>bilim</string>
  113. </property>
  114. </item>
  115. <item>
  116. <property name="text">
  117. <string>cinnamon</string>
  118. </property>
  119. </item>
  120. <item>
  121. <property name="text">
  122. <string>geliştirme</string>
  123. </property>
  124. </item>
  125. <item>
  126. <property name="text">
  127. <string>gnome</string>
  128. </property>
  129. </item>
  130. <item>
  131. <property name="text">
  132. <string>grafik</string>
  133. </property>
  134. </item>
  135. <item>
  136. <property name="text">
  137. <string>oyun</string>
  138. </property>
  139. </item>
  140. <item>
  141. <property name="text">
  142. <string>kde</string>
  143. </property>
  144. </item>
  145. <item>
  146. <property name="text">
  147. <string>kütüphane</string>
  148. </property>
  149. </item>
  150. <item>
  151. <property name="text">
  152. <string>lxde</string>
  153. </property>
  154. </item>
  155. <item>
  156. <property name="text">
  157. <string>lxqt</string>
  158. </property>
  159. </item>
  160. <item>
  161. <property name="text">
  162. <string>mate</string>
  163. </property>
  164. </item>
  165. <item>
  166. <property name="text">
  167. <string>medya</string>
  168. </property>
  169. </item>
  170. <item>
  171. <property name="text">
  172. <string>sistem</string>
  173. </property>
  174. </item>
  175. <item>
  176. <property name="text">
  177. <string>sürücü</string>
  178. </property>
  179. </item>
  180. <item>
  181. <property name="text">
  182. <string>xfce</string>
  183. </property>
  184. </item>
  185. <item>
  186. <property name="text">
  187. <string/>
  188. </property>
  189. </item>
  190. </widget>
  191. <widget class="QListWidget" name="listWidget">
  192. <property name="geometry">
  193. <rect>
  194. <x>5</x>
  195. <y>101</y>
  196. <width>221</width>
  197. <height>301</height>
  198. </rect>
  199. </property>
  200. </widget>
  201. <widget class="QCommandLinkButton" name="SilButonu">
  202. <property name="geometry">
  203. <rect>
  204. <x>220</x>
  205. <y>440</y>
  206. <width>71</width>
  207. <height>31</height>
  208. </rect>
  209. </property>
  210. <property name="text">
  211. <string>Sil</string>
  212. </property>
  213. </widget>
  214. <widget class="QCommandLinkButton" name="kurbutonu">
  215. <property name="geometry">
  216. <rect>
  217. <x>10</x>
  218. <y>440</y>
  219. <width>71</width>
  220. <height>31</height>
  221. </rect>
  222. </property>
  223. <property name="text">
  224. <string>Kur</string>
  225. </property>
  226. </widget>
  227. <widget class="QLineEdit" name="UygulamaAra">
  228. <property name="geometry">
  229. <rect>
  230. <x>10</x>
  231. <y>50</y>
  232. <width>211</width>
  233. <height>23</height>
  234. </rect>
  235. </property>
  236. <property name="text">
  237. <string>Uygulama Ara</string>
  238. </property>
  239. <property name="alignment">
  240. <set>Qt::AlignCenter</set>
  241. </property>
  242. <property name="clearButtonEnabled">
  243. <bool>true</bool>
  244. </property>
  245. </widget>
  246. <widget class="QCommandLinkButton" name="commandLinkButton_7">
  247. <property name="geometry">
  248. <rect>
  249. <x>440</x>
  250. <y>440</y>
  251. <width>111</width>
  252. <height>31</height>
  253. </rect>
  254. </property>
  255. <property name="text">
  256. <string>Gerekler</string>
  257. </property>
  258. </widget>
  259. <widget class="QLabel" name="label_5">
  260. <property name="geometry">
  261. <rect>
  262. <x>230</x>
  263. <y>20</y>
  264. <width>461</width>
  265. <height>251</height>
  266. </rect>
  267. </property>
  268. <property name="autoFillBackground">
  269. <bool>true</bool>
  270. </property>
  271. <property name="text">
  272. <string/>
  273. </property>
  274. <property name="scaledContents">
  275. <bool>true</bool>
  276. </property>
  277. <property name="alignment">
  278. <set>Qt::AlignCenter</set>
  279. </property>
  280. <property name="wordWrap">
  281. <bool>true</bool>
  282. </property>
  283. </widget>
  284. <widget class="QCommandLinkButton" name="TersGereklerButonu">
  285. <property name="geometry">
  286. <rect>
  287. <x>560</x>
  288. <y>440</y>
  289. <width>131</width>
  290. <height>31</height>
  291. </rect>
  292. </property>
  293. <property name="text">
  294. <string>Ters Gerekler</string>
  295. </property>
  296. </widget>
  297. <widget class="QTextEdit" name="ciktimetni">
  298. <property name="enabled">
  299. <bool>true</bool>
  300. </property>
  301. <property name="geometry">
  302. <rect>
  303. <x>230</x>
  304. <y>280</y>
  305. <width>461</width>
  306. <height>121</height>
  307. </rect>
  308. </property>
  309. <property name="font">
  310. <font>
  311. <family>Arial</family>
  312. <pointsize>8</pointsize>
  313. </font>
  314. </property>
  315. <property name="autoFillBackground">
  316. <bool>false</bool>
  317. </property>
  318. <property name="readOnly">
  319. <bool>true</bool>
  320. </property>
  321. <property name="html">
  322. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  323. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  324. p, li { white-space: pre-wrap; }
  325. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
  326. &lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:16pt; color:#204a87;&quot;&gt;Uygulama kategorisi seçtikten sonra, Mevcut uygulamalardan işlem yapmak istediğiniz programı seçerek butonlar yardımıyla işleminizi gerçekleştirebilirsiniz...&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  327. </property>
  328. <property name="textInteractionFlags">
  329. <set>Qt::NoTextInteraction</set>
  330. </property>
  331. </widget>
  332. <widget class="QCommandLinkButton" name="PaketicerigiButonu">
  333. <property name="geometry">
  334. <rect>
  335. <x>300</x>
  336. <y>440</y>
  337. <width>121</width>
  338. <height>31</height>
  339. </rect>
  340. </property>
  341. <property name="text">
  342. <string>Paket İçeriği</string>
  343. </property>
  344. </widget>
  345. <widget class="QLabel" name="label_4">
  346. <property name="geometry">
  347. <rect>
  348. <x>10</x>
  349. <y>-11</y>
  350. <width>211</width>
  351. <height>31</height>
  352. </rect>
  353. </property>
  354. <property name="text">
  355. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:16pt; font-weight:600; color:#204a87; vertical-align:sub;&quot;&gt;Gruplar&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  356. </property>
  357. </widget>
  358. <widget class="QLabel" name="label">
  359. <property name="geometry">
  360. <rect>
  361. <x>10</x>
  362. <y>80</y>
  363. <width>211</width>
  364. <height>20</height>
  365. </rect>
  366. </property>
  367. <property name="text">
  368. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Mevcut Uygulamalar&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  369. </property>
  370. </widget>
  371. <widget class="QLabel" name="label_3">
  372. <property name="geometry">
  373. <rect>
  374. <x>230</x>
  375. <y>220</y>
  376. <width>61</width>
  377. <height>51</height>
  378. </rect>
  379. </property>
  380. <property name="text">
  381. <string/>
  382. </property>
  383. </widget>
  384. </widget>
  385. <widget class="QMenuBar" name="menuBar">
  386. <property name="geometry">
  387. <rect>
  388. <x>0</x>
  389. <y>0</y>
  390. <width>700</width>
  391. <height>20</height>
  392. </rect>
  393. </property>
  394. <widget class="QMenu" name="menuDosya">
  395. <property name="title">
  396. <string>Dosya</string>
  397. </property>
  398. <addaction name="action_cikis"/>
  399. </widget>
  400. <widget class="QMenu" name="menu_lemler">
  401. <property name="title">
  402. <string>Paket İşlemleri</string>
  403. </property>
  404. <addaction name="actionKurulu_Paketler"/>
  405. <addaction name="action_oklu_Paket_Kur"/>
  406. <addaction name="actionVeritaban_G_ncelle"/>
  407. <addaction name="actionToplam_Paket_Say_s"/>
  408. <addaction name="actionSe_ili_Paketi_ndir"/>
  409. <addaction name="actionSe_ili_Paketi_ndir_Kur"/>
  410. <addaction name="actionSe_ili_Paketi_Yeniden_Kur"/>
  411. <addaction name="actionSe_ili_Paketi_Gerekleyiyle_Kald_r"/>
  412. <addaction name="actionSe_ili_Paketin_Eksi_ini_Bul"/>
  413. <addaction name="actionSe_ili_Paketin_K_rd_Paketler"/>
  414. <addaction name="actionSistem_K_r_k_Kontrol"/>
  415. <addaction name="actionPaket_Gruplar"/>
  416. <addaction name="actionTopluluk_Talimatlar_n_ndir"/>
  417. <addaction name="actionBilgisayardan_Program_Kur"/>
  418. <addaction name="actionSe_ili_Paketin_Talimat_n_ncele"/>
  419. </widget>
  420. <widget class="QMenu" name="menuHakk_nda">
  421. <property name="title">
  422. <string>Hakkında</string>
  423. </property>
  424. <addaction name="actionMiLPeK_Hakk_nda"/>
  425. </widget>
  426. <addaction name="menuDosya"/>
  427. <addaction name="menu_lemler"/>
  428. <addaction name="menuHakk_nda"/>
  429. </widget>
  430. <widget class="QStatusBar" name="statusBar"/>
  431. <action name="action_cikis">
  432. <property name="text">
  433. <string>Çıkış</string>
  434. </property>
  435. </action>
  436. <action name="actionVeritaban_G_ncelle">
  437. <property name="text">
  438. <string>Veritabanı Güncelle</string>
  439. </property>
  440. </action>
  441. <action name="actionKurulu_Paketler">
  442. <property name="text">
  443. <string>Kurulu Paketler</string>
  444. </property>
  445. </action>
  446. <action name="actionBilgisayardan_Program_Kur">
  447. <property name="text">
  448. <string>Bilgisayardan Program Kur</string>
  449. </property>
  450. </action>
  451. <action name="actionMiLPeK_Hakk_nda">
  452. <property name="text">
  453. <string>MiLPeK Hakkında</string>
  454. </property>
  455. </action>
  456. <action name="actionSe_ili_Paketi_ndir">
  457. <property name="text">
  458. <string>Seçili Paketi İndir</string>
  459. </property>
  460. </action>
  461. <action name="actionSe_ili_Paketi_ndir_Kur">
  462. <property name="text">
  463. <string>Seçili Paketi İndir ve Kur</string>
  464. </property>
  465. </action>
  466. <action name="actionSe_ili_Paketi_Yeniden_Kur">
  467. <property name="text">
  468. <string>Seçili Paketi Yeniden Kur</string>
  469. </property>
  470. </action>
  471. <action name="actionSe_ili_Paketi_Gerekleyiyle_Kald_r">
  472. <property name="text">
  473. <string>Seçili Paketi Gerekleriyle Kaldır</string>
  474. </property>
  475. </action>
  476. <action name="actionSe_ili_Paketin_Eksi_ini_Bul">
  477. <property name="text">
  478. <string>Seçili Paketin Eksiğini Bul</string>
  479. </property>
  480. </action>
  481. <action name="actionSe_ili_Paketin_K_rd_Paketler">
  482. <property name="text">
  483. <string>Seçili Paketin Kırdığı Paketler</string>
  484. </property>
  485. </action>
  486. <action name="actionSistem_K_r_k_Kontrol">
  487. <property name="text">
  488. <string>Sistem Kırık Kontrolü</string>
  489. </property>
  490. </action>
  491. <action name="actionPaket_Gruplar">
  492. <property name="text">
  493. <string>Paket Sunucu Bilgisi</string>
  494. </property>
  495. </action>
  496. <action name="actionTopluluk_Talimatlar_n_ndir">
  497. <property name="text">
  498. <string>Topluluk Talimatlarını İndir</string>
  499. </property>
  500. </action>
  501. <action name="actionToplam_Paket_Say_s">
  502. <property name="text">
  503. <string>Toplam Paket Sayısı</string>
  504. </property>
  505. </action>
  506. <action name="action_oklu_Paket_Kur">
  507. <property name="checkable">
  508. <bool>true</bool>
  509. </property>
  510. <property name="text">
  511. <string>Çoklu Paket Kur</string>
  512. </property>
  513. </action>
  514. <action name="actionSe_ili_Paketin_Talimat_n_ncele">
  515. <property name="text">
  516. <string>Seçili Paketin Talimatını İncele</string>
  517. </property>
  518. </action>
  519. </widget>
  520. <layoutdefault spacing="6" margin="11"/>
  521. <resources/>
  522. <connections/>
  523. </ui>