settings.ui 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>settings</class>
  4. <widget class="QDialog" name="settings">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>663</width>
  13. <height>461</height>
  14. </rect>
  15. </property>
  16. <property name="font">
  17. <font>
  18. <family>Verdana</family>
  19. <pointsize>8</pointsize>
  20. </font>
  21. </property>
  22. <property name="windowTitle">
  23. <string>Pardit</string>
  24. </property>
  25. <property name="windowIcon">
  26. <iconset resource="pardit.qrc">
  27. <normaloff>:/img/rsc/cone.png</normaloff>:/img/rsc/cone.png</iconset>
  28. </property>
  29. <layout class="QVBoxLayout" name="verticalLayout">
  30. <item>
  31. <widget class="QLabel" name="label">
  32. <property name="font">
  33. <font>
  34. <pointsize>11</pointsize>
  35. </font>
  36. </property>
  37. <property name="text">
  38. <string>Options</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QTabWidget" name="tabWidget">
  44. <property name="currentIndex">
  45. <number>1</number>
  46. </property>
  47. <widget class="QWidget" name="tab_general">
  48. <attribute name="title">
  49. <string>General</string>
  50. </attribute>
  51. <widget class="QLineEdit" name="txt_repertoire_defaut">
  52. <property name="geometry">
  53. <rect>
  54. <x>200</x>
  55. <y>20</y>
  56. <width>371</width>
  57. <height>20</height>
  58. </rect>
  59. </property>
  60. <property name="readOnly">
  61. <bool>true</bool>
  62. </property>
  63. </widget>
  64. <widget class="QLabel" name="lbl_repertoire_defaut">
  65. <property name="geometry">
  66. <rect>
  67. <x>10</x>
  68. <y>20</y>
  69. <width>191</width>
  70. <height>21</height>
  71. </rect>
  72. </property>
  73. <property name="text">
  74. <string>Répertoire par défaut des PDF</string>
  75. </property>
  76. </widget>
  77. <widget class="QLabel" name="lbl_repertoire_sortie">
  78. <property name="geometry">
  79. <rect>
  80. <x>10</x>
  81. <y>50</y>
  82. <width>191</width>
  83. <height>21</height>
  84. </rect>
  85. </property>
  86. <property name="text">
  87. <string>Répertoire de sortie</string>
  88. </property>
  89. </widget>
  90. <widget class="QLineEdit" name="txt_repertoire_sortie">
  91. <property name="geometry">
  92. <rect>
  93. <x>200</x>
  94. <y>50</y>
  95. <width>371</width>
  96. <height>20</height>
  97. </rect>
  98. </property>
  99. <property name="readOnly">
  100. <bool>true</bool>
  101. </property>
  102. </widget>
  103. <widget class="QToolButton" name="btn_repertoire_defaut">
  104. <property name="geometry">
  105. <rect>
  106. <x>580</x>
  107. <y>20</y>
  108. <width>25</width>
  109. <height>19</height>
  110. </rect>
  111. </property>
  112. <property name="text">
  113. <string>...</string>
  114. </property>
  115. <property name="icon">
  116. <iconset resource="pardit.qrc">
  117. <normaloff>:/img/rsc/folder.png</normaloff>:/img/rsc/folder.png</iconset>
  118. </property>
  119. </widget>
  120. <widget class="QToolButton" name="btn_repertoire_sortie">
  121. <property name="geometry">
  122. <rect>
  123. <x>580</x>
  124. <y>50</y>
  125. <width>25</width>
  126. <height>19</height>
  127. </rect>
  128. </property>
  129. <property name="text">
  130. <string>...</string>
  131. </property>
  132. <property name="icon">
  133. <iconset resource="pardit.qrc">
  134. <normaloff>:/img/rsc/folder.png</normaloff>:/img/rsc/folder.png</iconset>
  135. </property>
  136. </widget>
  137. </widget>
  138. <widget class="QWidget" name="tab_values">
  139. <attribute name="title">
  140. <string>Valeurs personnalisées</string>
  141. </attribute>
  142. <layout class="QVBoxLayout" name="verticalLayout_2">
  143. <item>
  144. <layout class="QHBoxLayout" name="horizontalLayout_3">
  145. <property name="bottomMargin">
  146. <number>0</number>
  147. </property>
  148. <item>
  149. <widget class="QLabel" name="lblField">
  150. <property name="minimumSize">
  151. <size>
  152. <width>171</width>
  153. <height>0</height>
  154. </size>
  155. </property>
  156. <property name="maximumSize">
  157. <size>
  158. <width>171</width>
  159. <height>16777215</height>
  160. </size>
  161. </property>
  162. <property name="text">
  163. <string>Raison Sociale</string>
  164. </property>
  165. </widget>
  166. </item>
  167. <item>
  168. <widget class="QLineEdit" name="txt_RaisonSocialeExploitant">
  169. <property name="minimumSize">
  170. <size>
  171. <width>221</width>
  172. <height>0</height>
  173. </size>
  174. </property>
  175. </widget>
  176. </item>
  177. </layout>
  178. </item>
  179. <item>
  180. <layout class="QHBoxLayout" name="horizontalLayout_4">
  181. <property name="bottomMargin">
  182. <number>0</number>
  183. </property>
  184. <item>
  185. <widget class="QLabel" name="lblField_2">
  186. <property name="minimumSize">
  187. <size>
  188. <width>171</width>
  189. <height>0</height>
  190. </size>
  191. </property>
  192. <property name="maximumSize">
  193. <size>
  194. <width>171</width>
  195. <height>16777215</height>
  196. </size>
  197. </property>
  198. <property name="text">
  199. <string>Contact</string>
  200. </property>
  201. </widget>
  202. </item>
  203. <item>
  204. <widget class="QLineEdit" name="txt_ContactExploitant">
  205. <property name="minimumSize">
  206. <size>
  207. <width>221</width>
  208. <height>0</height>
  209. </size>
  210. </property>
  211. </widget>
  212. </item>
  213. </layout>
  214. </item>
  215. <item>
  216. <layout class="QHBoxLayout" name="horizontalLayout_5">
  217. <property name="bottomMargin">
  218. <number>0</number>
  219. </property>
  220. <item>
  221. <widget class="QLabel" name="lblField_3">
  222. <property name="minimumSize">
  223. <size>
  224. <width>171</width>
  225. <height>0</height>
  226. </size>
  227. </property>
  228. <property name="maximumSize">
  229. <size>
  230. <width>171</width>
  231. <height>16777215</height>
  232. </size>
  233. </property>
  234. <property name="text">
  235. <string>N° de voie</string>
  236. </property>
  237. </widget>
  238. </item>
  239. <item>
  240. <widget class="QLineEdit" name="txt_NoVoieExploitant">
  241. <property name="minimumSize">
  242. <size>
  243. <width>221</width>
  244. <height>0</height>
  245. </size>
  246. </property>
  247. </widget>
  248. </item>
  249. </layout>
  250. </item>
  251. <item>
  252. <layout class="QHBoxLayout" name="horizontalLayout_6">
  253. <property name="bottomMargin">
  254. <number>0</number>
  255. </property>
  256. <item>
  257. <widget class="QLabel" name="lblField_4">
  258. <property name="minimumSize">
  259. <size>
  260. <width>171</width>
  261. <height>0</height>
  262. </size>
  263. </property>
  264. <property name="maximumSize">
  265. <size>
  266. <width>171</width>
  267. <height>16777215</height>
  268. </size>
  269. </property>
  270. <property name="text">
  271. <string>Lieu-dit BP</string>
  272. </property>
  273. </widget>
  274. </item>
  275. <item>
  276. <widget class="QLineEdit" name="txt_LieuditBPExploitant">
  277. <property name="minimumSize">
  278. <size>
  279. <width>221</width>
  280. <height>0</height>
  281. </size>
  282. </property>
  283. </widget>
  284. </item>
  285. </layout>
  286. </item>
  287. <item>
  288. <layout class="QHBoxLayout" name="horizontalLayout_7">
  289. <property name="bottomMargin">
  290. <number>0</number>
  291. </property>
  292. <item>
  293. <widget class="QLabel" name="lblField_5">
  294. <property name="minimumSize">
  295. <size>
  296. <width>171</width>
  297. <height>0</height>
  298. </size>
  299. </property>
  300. <property name="maximumSize">
  301. <size>
  302. <width>171</width>
  303. <height>16777215</height>
  304. </size>
  305. </property>
  306. <property name="text">
  307. <string>Code Postal</string>
  308. </property>
  309. </widget>
  310. </item>
  311. <item>
  312. <widget class="QLineEdit" name="txt_CodePostalExploitant">
  313. <property name="minimumSize">
  314. <size>
  315. <width>221</width>
  316. <height>0</height>
  317. </size>
  318. </property>
  319. </widget>
  320. </item>
  321. </layout>
  322. </item>
  323. <item>
  324. <layout class="QHBoxLayout" name="horizontalLayout_16">
  325. <property name="bottomMargin">
  326. <number>0</number>
  327. </property>
  328. <item>
  329. <widget class="QLabel" name="lblField_14">
  330. <property name="minimumSize">
  331. <size>
  332. <width>171</width>
  333. <height>0</height>
  334. </size>
  335. </property>
  336. <property name="maximumSize">
  337. <size>
  338. <width>171</width>
  339. <height>16777215</height>
  340. </size>
  341. </property>
  342. <property name="text">
  343. <string>Commune</string>
  344. </property>
  345. </widget>
  346. </item>
  347. <item>
  348. <widget class="QLineEdit" name="txt_CommuneExploitant">
  349. <property name="minimumSize">
  350. <size>
  351. <width>221</width>
  352. <height>0</height>
  353. </size>
  354. </property>
  355. </widget>
  356. </item>
  357. </layout>
  358. </item>
  359. <item>
  360. <layout class="QHBoxLayout" name="horizontalLayout_8">
  361. <property name="bottomMargin">
  362. <number>0</number>
  363. </property>
  364. <item>
  365. <widget class="QLabel" name="lblField_6">
  366. <property name="minimumSize">
  367. <size>
  368. <width>171</width>
  369. <height>0</height>
  370. </size>
  371. </property>
  372. <property name="maximumSize">
  373. <size>
  374. <width>171</width>
  375. <height>16777215</height>
  376. </size>
  377. </property>
  378. <property name="text">
  379. <string>Tel.</string>
  380. </property>
  381. </widget>
  382. </item>
  383. <item>
  384. <widget class="QLineEdit" name="txt_TelExploitant">
  385. <property name="minimumSize">
  386. <size>
  387. <width>221</width>
  388. <height>0</height>
  389. </size>
  390. </property>
  391. </widget>
  392. </item>
  393. </layout>
  394. </item>
  395. <item>
  396. <layout class="QHBoxLayout" name="horizontalLayout_9">
  397. <property name="bottomMargin">
  398. <number>0</number>
  399. </property>
  400. <item>
  401. <widget class="QLabel" name="lblField_7">
  402. <property name="minimumSize">
  403. <size>
  404. <width>171</width>
  405. <height>0</height>
  406. </size>
  407. </property>
  408. <property name="maximumSize">
  409. <size>
  410. <width>171</width>
  411. <height>16777215</height>
  412. </size>
  413. </property>
  414. <property name="text">
  415. <string>Fax</string>
  416. </property>
  417. </widget>
  418. </item>
  419. <item>
  420. <widget class="QLineEdit" name="txt_FaxExploitant">
  421. <property name="minimumSize">
  422. <size>
  423. <width>221</width>
  424. <height>0</height>
  425. </size>
  426. </property>
  427. </widget>
  428. </item>
  429. </layout>
  430. </item>
  431. <item>
  432. <layout class="QHBoxLayout" name="horizontalLayout_11">
  433. <property name="bottomMargin">
  434. <number>0</number>
  435. </property>
  436. <item>
  437. <widget class="QLabel" name="lblField_9">
  438. <property name="minimumSize">
  439. <size>
  440. <width>171</width>
  441. <height>0</height>
  442. </size>
  443. </property>
  444. <property name="maximumSize">
  445. <size>
  446. <width>171</width>
  447. <height>16777215</height>
  448. </size>
  449. </property>
  450. <property name="text">
  451. <string>Service</string>
  452. </property>
  453. </widget>
  454. </item>
  455. <item>
  456. <widget class="QLineEdit" name="txt_DesignationService">
  457. <property name="minimumSize">
  458. <size>
  459. <width>221</width>
  460. <height>0</height>
  461. </size>
  462. </property>
  463. </widget>
  464. </item>
  465. </layout>
  466. </item>
  467. <item>
  468. <layout class="QHBoxLayout" name="horizontalLayout_13">
  469. <property name="bottomMargin">
  470. <number>0</number>
  471. </property>
  472. <item>
  473. <widget class="QLabel" name="lblField_11">
  474. <property name="minimumSize">
  475. <size>
  476. <width>171</width>
  477. <height>0</height>
  478. </size>
  479. </property>
  480. <property name="maximumSize">
  481. <size>
  482. <width>171</width>
  483. <height>16777215</height>
  484. </size>
  485. </property>
  486. <property name="text">
  487. <string>Responsable du dossier: Nom</string>
  488. </property>
  489. </widget>
  490. </item>
  491. <item>
  492. <widget class="QLineEdit" name="txt_NomResponsableDossier">
  493. <property name="minimumSize">
  494. <size>
  495. <width>221</width>
  496. <height>0</height>
  497. </size>
  498. </property>
  499. </widget>
  500. </item>
  501. </layout>
  502. </item>
  503. <item>
  504. <layout class="QHBoxLayout" name="horizontalLayout_10">
  505. <property name="bottomMargin">
  506. <number>0</number>
  507. </property>
  508. <item>
  509. <widget class="QLabel" name="lblField_8">
  510. <property name="minimumSize">
  511. <size>
  512. <width>171</width>
  513. <height>0</height>
  514. </size>
  515. </property>
  516. <property name="maximumSize">
  517. <size>
  518. <width>171</width>
  519. <height>16777215</height>
  520. </size>
  521. </property>
  522. <property name="text">
  523. <string>Responsable du dossier: Tel</string>
  524. </property>
  525. </widget>
  526. </item>
  527. <item>
  528. <widget class="QLineEdit" name="txt_TelResponsableDossier">
  529. <property name="minimumSize">
  530. <size>
  531. <width>221</width>
  532. <height>0</height>
  533. </size>
  534. </property>
  535. </widget>
  536. </item>
  537. </layout>
  538. </item>
  539. <item>
  540. <layout class="QHBoxLayout" name="horizontalLayout_14">
  541. <property name="bottomMargin">
  542. <number>0</number>
  543. </property>
  544. <item>
  545. <widget class="QLabel" name="lblField_12">
  546. <property name="minimumSize">
  547. <size>
  548. <width>171</width>
  549. <height>0</height>
  550. </size>
  551. </property>
  552. <property name="maximumSize">
  553. <size>
  554. <width>171</width>
  555. <height>16777215</height>
  556. </size>
  557. </property>
  558. <property name="text">
  559. <string>Endommagement: Tel</string>
  560. </property>
  561. </widget>
  562. </item>
  563. <item>
  564. <widget class="QLineEdit" name="txt_TelEndommagement">
  565. <property name="minimumSize">
  566. <size>
  567. <width>221</width>
  568. <height>0</height>
  569. </size>
  570. </property>
  571. </widget>
  572. </item>
  573. </layout>
  574. </item>
  575. <item>
  576. <layout class="QHBoxLayout" name="horizontalLayout_15">
  577. <property name="bottomMargin">
  578. <number>0</number>
  579. </property>
  580. <item>
  581. <widget class="QLabel" name="lblField_13">
  582. <property name="minimumSize">
  583. <size>
  584. <width>171</width>
  585. <height>0</height>
  586. </size>
  587. </property>
  588. <property name="maximumSize">
  589. <size>
  590. <width>171</width>
  591. <height>16777215</height>
  592. </size>
  593. </property>
  594. <property name="text">
  595. <string>Signataire</string>
  596. </property>
  597. </widget>
  598. </item>
  599. <item>
  600. <widget class="QLineEdit" name="txt_NomSignataire">
  601. <property name="minimumSize">
  602. <size>
  603. <width>221</width>
  604. <height>0</height>
  605. </size>
  606. </property>
  607. </widget>
  608. </item>
  609. </layout>
  610. </item>
  611. <item>
  612. <spacer name="verticalSpacer">
  613. <property name="orientation">
  614. <enum>Qt::Vertical</enum>
  615. </property>
  616. <property name="sizeHint" stdset="0">
  617. <size>
  618. <width>20</width>
  619. <height>40</height>
  620. </size>
  621. </property>
  622. </spacer>
  623. </item>
  624. </layout>
  625. </widget>
  626. </widget>
  627. </item>
  628. <item>
  629. <layout class="QHBoxLayout" name="horizontalLayout">
  630. <item>
  631. <widget class="QPushButton" name="btnCancel">
  632. <property name="minimumSize">
  633. <size>
  634. <width>120</width>
  635. <height>30</height>
  636. </size>
  637. </property>
  638. <property name="font">
  639. <font>
  640. <pointsize>9</pointsize>
  641. </font>
  642. </property>
  643. <property name="text">
  644. <string>Annuler</string>
  645. </property>
  646. <property name="autoDefault">
  647. <bool>false</bool>
  648. </property>
  649. </widget>
  650. </item>
  651. <item>
  652. <spacer name="horizontalSpacer">
  653. <property name="orientation">
  654. <enum>Qt::Horizontal</enum>
  655. </property>
  656. <property name="sizeHint" stdset="0">
  657. <size>
  658. <width>40</width>
  659. <height>20</height>
  660. </size>
  661. </property>
  662. </spacer>
  663. </item>
  664. <item>
  665. <widget class="QPushButton" name="btnOk">
  666. <property name="minimumSize">
  667. <size>
  668. <width>120</width>
  669. <height>30</height>
  670. </size>
  671. </property>
  672. <property name="font">
  673. <font>
  674. <pointsize>9</pointsize>
  675. </font>
  676. </property>
  677. <property name="text">
  678. <string>Enregistrer</string>
  679. </property>
  680. <property name="autoDefault">
  681. <bool>false</bool>
  682. </property>
  683. <property name="default">
  684. <bool>true</bool>
  685. </property>
  686. </widget>
  687. </item>
  688. </layout>
  689. </item>
  690. </layout>
  691. </widget>
  692. <resources>
  693. <include location="pardit.qrc"/>
  694. </resources>
  695. <connections/>
  696. </ui>