panneauAttaques.ui 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>att_frame</class>
  4. <widget class="QFrame" name="att_frame">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>471</width>
  10. <height>112</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>471</width>
  16. <height>0</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>471</width>
  22. <height>1000</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. <widget class="QFrame" name="att_panneau">
  35. <property name="enabled">
  36. <bool>true</bool>
  37. </property>
  38. <property name="geometry">
  39. <rect>
  40. <x>0</x>
  41. <y>0</y>
  42. <width>471</width>
  43. <height>111</height>
  44. </rect>
  45. </property>
  46. <property name="minimumSize">
  47. <size>
  48. <width>0</width>
  49. <height>0</height>
  50. </size>
  51. </property>
  52. <property name="frameShape">
  53. <enum>QFrame::StyledPanel</enum>
  54. </property>
  55. <property name="frameShadow">
  56. <enum>QFrame::Sunken</enum>
  57. </property>
  58. <widget class="DmLineEdit" name="att_nom">
  59. <property name="geometry">
  60. <rect>
  61. <x>60</x>
  62. <y>10</y>
  63. <width>371</width>
  64. <height>21</height>
  65. </rect>
  66. </property>
  67. <property name="palette">
  68. <palette>
  69. <active>
  70. <colorrole role="Base">
  71. <brush brushstyle="SolidPattern">
  72. <color alpha="255">
  73. <red>248</red>
  74. <green>248</green>
  75. <blue>248</blue>
  76. </color>
  77. </brush>
  78. </colorrole>
  79. </active>
  80. <inactive>
  81. <colorrole role="Base">
  82. <brush brushstyle="SolidPattern">
  83. <color alpha="255">
  84. <red>248</red>
  85. <green>248</green>
  86. <blue>248</blue>
  87. </color>
  88. </brush>
  89. </colorrole>
  90. </inactive>
  91. <disabled>
  92. <colorrole role="Base">
  93. <brush brushstyle="SolidPattern">
  94. <color alpha="255">
  95. <red>240</red>
  96. <green>240</green>
  97. <blue>240</blue>
  98. </color>
  99. </brush>
  100. </colorrole>
  101. </disabled>
  102. </palette>
  103. </property>
  104. <property name="font">
  105. <font>
  106. <family>Verdana</family>
  107. </font>
  108. </property>
  109. <property name="placeholderText">
  110. <string>(Nouvelle attaque...)</string>
  111. </property>
  112. </widget>
  113. <widget class="DmComboBox" name="att_type">
  114. <property name="geometry">
  115. <rect>
  116. <x>10</x>
  117. <y>10</y>
  118. <width>41</width>
  119. <height>41</height>
  120. </rect>
  121. </property>
  122. <property name="font">
  123. <font>
  124. <family>Verdana</family>
  125. </font>
  126. </property>
  127. <item>
  128. <property name="text">
  129. <string/>
  130. </property>
  131. <property name="icon">
  132. <iconset resource="ressource.qrc">
  133. <normaloff>:/interface/16/ressource/epee_16.png</normaloff>:/interface/16/ressource/epee_16.png</iconset>
  134. </property>
  135. </item>
  136. <item>
  137. <property name="text">
  138. <string/>
  139. </property>
  140. <property name="icon">
  141. <iconset resource="ressource.qrc">
  142. <normaloff>:/interface/16/ressource/arc_16.png</normaloff>:/interface/16/ressource/arc_16.png</iconset>
  143. </property>
  144. </item>
  145. <item>
  146. <property name="text">
  147. <string/>
  148. </property>
  149. <property name="icon">
  150. <iconset resource="ressource.qrc">
  151. <normaloff>:/interface/16/ressource/bombe_16.png</normaloff>:/interface/16/ressource/bombe_16.png</iconset>
  152. </property>
  153. </item>
  154. </widget>
  155. <widget class="QLabel" name="att_portee_e">
  156. <property name="geometry">
  157. <rect>
  158. <x>90</x>
  159. <y>34</y>
  160. <width>51</width>
  161. <height>21</height>
  162. </rect>
  163. </property>
  164. <property name="minimumSize">
  165. <size>
  166. <width>51</width>
  167. <height>21</height>
  168. </size>
  169. </property>
  170. <property name="maximumSize">
  171. <size>
  172. <width>51</width>
  173. <height>21</height>
  174. </size>
  175. </property>
  176. <property name="font">
  177. <font>
  178. <family>Verdana</family>
  179. </font>
  180. </property>
  181. <property name="text">
  182. <string>Portée :</string>
  183. </property>
  184. </widget>
  185. <widget class="QSpinBox" name="att_portee">
  186. <property name="geometry">
  187. <rect>
  188. <x>140</x>
  189. <y>34</y>
  190. <width>41</width>
  191. <height>21</height>
  192. </rect>
  193. </property>
  194. <property name="minimumSize">
  195. <size>
  196. <width>41</width>
  197. <height>21</height>
  198. </size>
  199. </property>
  200. <property name="maximumSize">
  201. <size>
  202. <width>41</width>
  203. <height>21</height>
  204. </size>
  205. </property>
  206. <property name="palette">
  207. <palette>
  208. <active>
  209. <colorrole role="Base">
  210. <brush brushstyle="SolidPattern">
  211. <color alpha="255">
  212. <red>248</red>
  213. <green>248</green>
  214. <blue>248</blue>
  215. </color>
  216. </brush>
  217. </colorrole>
  218. </active>
  219. <inactive>
  220. <colorrole role="Base">
  221. <brush brushstyle="SolidPattern">
  222. <color alpha="255">
  223. <red>248</red>
  224. <green>248</green>
  225. <blue>248</blue>
  226. </color>
  227. </brush>
  228. </colorrole>
  229. </inactive>
  230. <disabled>
  231. <colorrole role="Base">
  232. <brush brushstyle="SolidPattern">
  233. <color alpha="255">
  234. <red>240</red>
  235. <green>240</green>
  236. <blue>240</blue>
  237. </color>
  238. </brush>
  239. </colorrole>
  240. </disabled>
  241. </palette>
  242. </property>
  243. <property name="font">
  244. <font>
  245. <family>Verdana</family>
  246. </font>
  247. </property>
  248. <property name="minimum">
  249. <number>1</number>
  250. </property>
  251. <property name="maximum">
  252. <number>999</number>
  253. </property>
  254. <property name="value">
  255. <number>1</number>
  256. </property>
  257. </widget>
  258. <widget class="QSpinBox" name="att_rayon">
  259. <property name="geometry">
  260. <rect>
  261. <x>360</x>
  262. <y>34</y>
  263. <width>41</width>
  264. <height>21</height>
  265. </rect>
  266. </property>
  267. <property name="minimumSize">
  268. <size>
  269. <width>41</width>
  270. <height>21</height>
  271. </size>
  272. </property>
  273. <property name="maximumSize">
  274. <size>
  275. <width>41</width>
  276. <height>21</height>
  277. </size>
  278. </property>
  279. <property name="palette">
  280. <palette>
  281. <active>
  282. <colorrole role="Base">
  283. <brush brushstyle="SolidPattern">
  284. <color alpha="255">
  285. <red>248</red>
  286. <green>248</green>
  287. <blue>248</blue>
  288. </color>
  289. </brush>
  290. </colorrole>
  291. </active>
  292. <inactive>
  293. <colorrole role="Base">
  294. <brush brushstyle="SolidPattern">
  295. <color alpha="255">
  296. <red>248</red>
  297. <green>248</green>
  298. <blue>248</blue>
  299. </color>
  300. </brush>
  301. </colorrole>
  302. </inactive>
  303. <disabled>
  304. <colorrole role="Base">
  305. <brush brushstyle="SolidPattern">
  306. <color alpha="255">
  307. <red>240</red>
  308. <green>240</green>
  309. <blue>240</blue>
  310. </color>
  311. </brush>
  312. </colorrole>
  313. </disabled>
  314. </palette>
  315. </property>
  316. <property name="font">
  317. <font>
  318. <family>Verdana</family>
  319. </font>
  320. </property>
  321. <property name="minimum">
  322. <number>1</number>
  323. </property>
  324. <property name="value">
  325. <number>1</number>
  326. </property>
  327. </widget>
  328. <widget class="QLabel" name="att_rayon_e">
  329. <property name="geometry">
  330. <rect>
  331. <x>310</x>
  332. <y>34</y>
  333. <width>51</width>
  334. <height>21</height>
  335. </rect>
  336. </property>
  337. <property name="minimumSize">
  338. <size>
  339. <width>51</width>
  340. <height>21</height>
  341. </size>
  342. </property>
  343. <property name="maximumSize">
  344. <size>
  345. <width>51</width>
  346. <height>21</height>
  347. </size>
  348. </property>
  349. <property name="font">
  350. <font>
  351. <family>Verdana</family>
  352. </font>
  353. </property>
  354. <property name="text">
  355. <string>Rayon :</string>
  356. </property>
  357. </widget>
  358. <widget class="DmTextEdit" name="att_notes">
  359. <property name="geometry">
  360. <rect>
  361. <x>10</x>
  362. <y>57</y>
  363. <width>451</width>
  364. <height>31</height>
  365. </rect>
  366. </property>
  367. <property name="palette">
  368. <palette>
  369. <active>
  370. <colorrole role="Base">
  371. <brush brushstyle="SolidPattern">
  372. <color alpha="255">
  373. <red>248</red>
  374. <green>248</green>
  375. <blue>248</blue>
  376. </color>
  377. </brush>
  378. </colorrole>
  379. </active>
  380. <inactive>
  381. <colorrole role="Base">
  382. <brush brushstyle="SolidPattern">
  383. <color alpha="255">
  384. <red>248</red>
  385. <green>248</green>
  386. <blue>248</blue>
  387. </color>
  388. </brush>
  389. </colorrole>
  390. </inactive>
  391. <disabled>
  392. <colorrole role="Base">
  393. <brush brushstyle="SolidPattern">
  394. <color alpha="255">
  395. <red>240</red>
  396. <green>240</green>
  397. <blue>240</blue>
  398. </color>
  399. </brush>
  400. </colorrole>
  401. </disabled>
  402. </palette>
  403. </property>
  404. <property name="font">
  405. <font>
  406. <family>Verdana</family>
  407. </font>
  408. </property>
  409. </widget>
  410. <widget class="DmComboBox" name="att_forme">
  411. <property name="geometry">
  412. <rect>
  413. <x>250</x>
  414. <y>34</y>
  415. <width>41</width>
  416. <height>21</height>
  417. </rect>
  418. </property>
  419. <property name="minimumSize">
  420. <size>
  421. <width>41</width>
  422. <height>21</height>
  423. </size>
  424. </property>
  425. <property name="maximumSize">
  426. <size>
  427. <width>41</width>
  428. <height>21</height>
  429. </size>
  430. </property>
  431. <property name="font">
  432. <font>
  433. <family>Verdana</family>
  434. </font>
  435. </property>
  436. <item>
  437. <property name="text">
  438. <string>Ligne</string>
  439. </property>
  440. <property name="icon">
  441. <iconset resource="ressource.qrc">
  442. <normaloff>:/interface/16/ressource/ligne_16.png</normaloff>:/interface/16/ressource/ligne_16.png</iconset>
  443. </property>
  444. </item>
  445. <item>
  446. <property name="text">
  447. <string>Disque</string>
  448. </property>
  449. <property name="icon">
  450. <iconset resource="ressource.qrc">
  451. <normaloff>:/interface/16/ressource/ellipsePleine_16.png</normaloff>:/interface/16/ressource/ellipsePleine_16.png</iconset>
  452. </property>
  453. </item>
  454. <item>
  455. <property name="text">
  456. <string>Cone</string>
  457. </property>
  458. <property name="icon">
  459. <iconset resource="ressource.qrc">
  460. <normaloff>:/interface/16/ressource/cone_16.png</normaloff>:/interface/16/ressource/cone_16.png</iconset>
  461. </property>
  462. </item>
  463. </widget>
  464. <widget class="QLabel" name="att_forme_e">
  465. <property name="geometry">
  466. <rect>
  467. <x>200</x>
  468. <y>34</y>
  469. <width>51</width>
  470. <height>21</height>
  471. </rect>
  472. </property>
  473. <property name="minimumSize">
  474. <size>
  475. <width>51</width>
  476. <height>21</height>
  477. </size>
  478. </property>
  479. <property name="maximumSize">
  480. <size>
  481. <width>51</width>
  482. <height>21</height>
  483. </size>
  484. </property>
  485. <property name="font">
  486. <font>
  487. <family>Verdana</family>
  488. </font>
  489. </property>
  490. <property name="text">
  491. <string>Forme :</string>
  492. </property>
  493. </widget>
  494. <widget class="QWidget" name="gridLayoutWidget">
  495. <property name="geometry">
  496. <rect>
  497. <x>10</x>
  498. <y>90</y>
  499. <width>451</width>
  500. <height>16</height>
  501. </rect>
  502. </property>
  503. <layout class="QGridLayout" name="att_layout_attributs">
  504. <property name="sizeConstraint">
  505. <enum>QLayout::SetMinimumSize</enum>
  506. </property>
  507. <property name="topMargin">
  508. <number>1</number>
  509. </property>
  510. <property name="horizontalSpacing">
  511. <number>4</number>
  512. </property>
  513. <property name="verticalSpacing">
  514. <number>1</number>
  515. </property>
  516. </layout>
  517. </widget>
  518. <widget class="QToolButton" name="att_supprimer">
  519. <property name="enabled">
  520. <bool>false</bool>
  521. </property>
  522. <property name="geometry">
  523. <rect>
  524. <x>440</x>
  525. <y>10</y>
  526. <width>25</width>
  527. <height>21</height>
  528. </rect>
  529. </property>
  530. <property name="text">
  531. <string>...</string>
  532. </property>
  533. <property name="icon">
  534. <iconset resource="ressource.qrc">
  535. <normaloff>:/interface/16/ressource/fermer_16.png</normaloff>:/interface/16/ressource/fermer_16.png</iconset>
  536. </property>
  537. </widget>
  538. <widget class="QLabel" name="att_voile">
  539. <property name="enabled">
  540. <bool>true</bool>
  541. </property>
  542. <property name="geometry">
  543. <rect>
  544. <x>0</x>
  545. <y>0</y>
  546. <width>471</width>
  547. <height>111</height>
  548. </rect>
  549. </property>
  550. <property name="palette">
  551. <palette>
  552. <active>
  553. <colorrole role="Button">
  554. <brush brushstyle="SolidPattern">
  555. <color alpha="70">
  556. <red>200</red>
  557. <green>200</green>
  558. <blue>200</blue>
  559. </color>
  560. </brush>
  561. </colorrole>
  562. <colorrole role="Base">
  563. <brush brushstyle="SolidPattern">
  564. <color alpha="70">
  565. <red>200</red>
  566. <green>200</green>
  567. <blue>200</blue>
  568. </color>
  569. </brush>
  570. </colorrole>
  571. <colorrole role="Window">
  572. <brush brushstyle="SolidPattern">
  573. <color alpha="70">
  574. <red>200</red>
  575. <green>200</green>
  576. <blue>200</blue>
  577. </color>
  578. </brush>
  579. </colorrole>
  580. </active>
  581. <inactive>
  582. <colorrole role="Button">
  583. <brush brushstyle="SolidPattern">
  584. <color alpha="70">
  585. <red>200</red>
  586. <green>200</green>
  587. <blue>200</blue>
  588. </color>
  589. </brush>
  590. </colorrole>
  591. <colorrole role="Base">
  592. <brush brushstyle="SolidPattern">
  593. <color alpha="70">
  594. <red>200</red>
  595. <green>200</green>
  596. <blue>200</blue>
  597. </color>
  598. </brush>
  599. </colorrole>
  600. <colorrole role="Window">
  601. <brush brushstyle="SolidPattern">
  602. <color alpha="70">
  603. <red>200</red>
  604. <green>200</green>
  605. <blue>200</blue>
  606. </color>
  607. </brush>
  608. </colorrole>
  609. </inactive>
  610. <disabled>
  611. <colorrole role="Button">
  612. <brush brushstyle="SolidPattern">
  613. <color alpha="70">
  614. <red>200</red>
  615. <green>200</green>
  616. <blue>200</blue>
  617. </color>
  618. </brush>
  619. </colorrole>
  620. <colorrole role="Base">
  621. <brush brushstyle="SolidPattern">
  622. <color alpha="70">
  623. <red>200</red>
  624. <green>200</green>
  625. <blue>200</blue>
  626. </color>
  627. </brush>
  628. </colorrole>
  629. <colorrole role="Window">
  630. <brush brushstyle="SolidPattern">
  631. <color alpha="70">
  632. <red>200</red>
  633. <green>200</green>
  634. <blue>200</blue>
  635. </color>
  636. </brush>
  637. </colorrole>
  638. </disabled>
  639. </palette>
  640. </property>
  641. <property name="contextMenuPolicy">
  642. <enum>Qt::DefaultContextMenu</enum>
  643. </property>
  644. <property name="styleSheet">
  645. <string notr="true">background-color: rgba(200, 200, 200, 70);</string>
  646. </property>
  647. <property name="text">
  648. <string/>
  649. </property>
  650. </widget>
  651. </widget>
  652. </widget>
  653. <customwidgets>
  654. <customwidget>
  655. <class>DmTextEdit</class>
  656. <extends>QTextEdit</extends>
  657. <header location="global">dm.h</header>
  658. </customwidget>
  659. <customwidget>
  660. <class>DmLineEdit</class>
  661. <extends>QLineEdit</extends>
  662. <header location="global">dm.h</header>
  663. </customwidget>
  664. <customwidget>
  665. <class>DmComboBox</class>
  666. <extends>QComboBox</extends>
  667. <header location="global">dm.h</header>
  668. </customwidget>
  669. </customwidgets>
  670. <resources>
  671. <include location="ressource.qrc"/>
  672. </resources>
  673. <connections/>
  674. </ui>