Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

maindialog.ui 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainDialog</class>
  4. <widget class="QDialog" name="MainDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>467</width>
  10. <height>480</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Connexion Bureau à distance</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="leftMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>0</number>
  28. </property>
  29. <item>
  30. <widget class="QWidget" name="widHeader" native="true">
  31. <property name="minimumSize">
  32. <size>
  33. <width>0</width>
  34. <height>80</height>
  35. </size>
  36. </property>
  37. <property name="maximumSize">
  38. <size>
  39. <width>16777215</width>
  40. <height>80</height>
  41. </size>
  42. </property>
  43. <property name="styleSheet">
  44. <string notr="true">#widHeader
  45. {
  46. background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(160, 200, 255, 255), stop:1 rgba(255, 255, 255, 255));
  47. }</string>
  48. </property>
  49. <layout class="QHBoxLayout" name="horizontalLayout">
  50. <item>
  51. <widget class="QLabel" name="widHeaderIcon">
  52. <property name="maximumSize">
  53. <size>
  54. <width>70</width>
  55. <height>70</height>
  56. </size>
  57. </property>
  58. <property name="text">
  59. <string/>
  60. </property>
  61. <property name="pixmap">
  62. <pixmap resource="rc.qrc">:/images/icons/Icon_1.ico</pixmap>
  63. </property>
  64. <property name="scaledContents">
  65. <bool>true</bool>
  66. </property>
  67. </widget>
  68. </item>
  69. <item>
  70. <widget class="QLabel" name="widHeaderText">
  71. <property name="text">
  72. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:20pt; color:#0000ff;&quot;&gt;Connexion Bureau&lt;/span&gt;&lt;span style=&quot; font-size:20pt; font-weight:600; color:#003399;&quot;&gt;&lt;br/&gt;À distance&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  73. </property>
  74. </widget>
  75. </item>
  76. </layout>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QTabWidget" name="tabWidget">
  81. <property name="font">
  82. <font>
  83. <pointsize>8</pointsize>
  84. </font>
  85. </property>
  86. <property name="currentIndex">
  87. <number>1</number>
  88. </property>
  89. <widget class="QWidget" name="tabGeneral">
  90. <attribute name="title">
  91. <string>Général</string>
  92. </attribute>
  93. <layout class="QVBoxLayout" name="verticalLayout_2">
  94. <item>
  95. <widget class="QGroupBox" name="generalGrpSession">
  96. <property name="title">
  97. <string>Paramètres d'ouverture de session</string>
  98. </property>
  99. <layout class="QGridLayout" name="gridLayout">
  100. <item row="1" column="2">
  101. <widget class="QComboBox" name="lineComputer">
  102. <property name="editable">
  103. <bool>true</bool>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="1" column="1">
  108. <widget class="QLabel" name="label_3">
  109. <property name="sizePolicy">
  110. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  111. <horstretch>0</horstretch>
  112. <verstretch>0</verstretch>
  113. </sizepolicy>
  114. </property>
  115. <property name="text">
  116. <string>Ordinateur:</string>
  117. </property>
  118. <property name="buddy">
  119. <cstring>lineComputer</cstring>
  120. </property>
  121. </widget>
  122. </item>
  123. <item row="0" column="1" colspan="2">
  124. <widget class="QLabel" name="label_2">
  125. <property name="text">
  126. <string>Entrez le nom de l'ordinateur distant:</string>
  127. </property>
  128. <property name="wordWrap">
  129. <bool>true</bool>
  130. </property>
  131. </widget>
  132. </item>
  133. <item row="4" column="1" colspan="2">
  134. <widget class="QCheckBox" name="checkSaveSession">
  135. <property name="text">
  136. <string>Me permettre d'enregistrer les informations d'idenfication</string>
  137. </property>
  138. </widget>
  139. </item>
  140. <item row="0" column="0" rowspan="2">
  141. <widget class="QLabel" name="label">
  142. <property name="sizePolicy">
  143. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  144. <horstretch>0</horstretch>
  145. <verstretch>0</verstretch>
  146. </sizepolicy>
  147. </property>
  148. <property name="text">
  149. <string/>
  150. </property>
  151. <property name="pixmap">
  152. <pixmap resource="rc.qrc">:/images/icons/Icon_11.ico</pixmap>
  153. </property>
  154. <property name="alignment">
  155. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  156. </property>
  157. </widget>
  158. </item>
  159. <item row="2" column="2">
  160. <widget class="QLineEdit" name="lineUsername"/>
  161. </item>
  162. <item row="2" column="1">
  163. <widget class="QLabel" name="label_4">
  164. <property name="text">
  165. <string>Nom d'utilisateur:</string>
  166. </property>
  167. <property name="buddy">
  168. <cstring>lineUsername</cstring>
  169. </property>
  170. </widget>
  171. </item>
  172. <item row="3" column="1">
  173. <widget class="QLabel" name="label_5">
  174. <property name="text">
  175. <string>Mot de passe:</string>
  176. </property>
  177. </widget>
  178. </item>
  179. <item row="3" column="2">
  180. <widget class="QLineEdit" name="linePassword">
  181. <property name="echoMode">
  182. <enum>QLineEdit::Password</enum>
  183. </property>
  184. </widget>
  185. </item>
  186. </layout>
  187. </widget>
  188. </item>
  189. <item>
  190. <widget class="QGroupBox" name="groupBox_2">
  191. <property name="title">
  192. <string>Paramètres de connexion</string>
  193. </property>
  194. <layout class="QGridLayout" name="gridLayout_2">
  195. <item row="0" column="0" rowspan="2">
  196. <widget class="QLabel" name="label_6">
  197. <property name="sizePolicy">
  198. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  199. <horstretch>0</horstretch>
  200. <verstretch>0</verstretch>
  201. </sizepolicy>
  202. </property>
  203. <property name="text">
  204. <string/>
  205. </property>
  206. <property name="pixmap">
  207. <pixmap resource="rc.qrc">:/images/icons/Icon_9.ico</pixmap>
  208. </property>
  209. <property name="alignment">
  210. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  211. </property>
  212. </widget>
  213. </item>
  214. <item row="1" column="1">
  215. <widget class="QPushButton" name="btnSaveSession">
  216. <property name="text">
  217. <string>Enregistrer</string>
  218. </property>
  219. </widget>
  220. </item>
  221. <item row="1" column="2">
  222. <widget class="QPushButton" name="btnSaveAsSession">
  223. <property name="text">
  224. <string>Enregistrer sous...</string>
  225. </property>
  226. </widget>
  227. </item>
  228. <item row="1" column="3">
  229. <widget class="QPushButton" name="btnOpenSession">
  230. <property name="text">
  231. <string>Ouvrir...</string>
  232. </property>
  233. </widget>
  234. </item>
  235. <item row="0" column="1" colspan="3">
  236. <widget class="QLabel" name="label_7">
  237. <property name="text">
  238. <string>Enregistrer les paramètres de connexion actuels dans un fichier RDP ou ouvrez une connexion enregistrée.</string>
  239. </property>
  240. <property name="wordWrap">
  241. <bool>true</bool>
  242. </property>
  243. </widget>
  244. </item>
  245. </layout>
  246. </widget>
  247. </item>
  248. <item>
  249. <spacer name="verticalSpacer">
  250. <property name="orientation">
  251. <enum>Qt::Vertical</enum>
  252. </property>
  253. <property name="sizeHint" stdset="0">
  254. <size>
  255. <width>20</width>
  256. <height>40</height>
  257. </size>
  258. </property>
  259. </spacer>
  260. </item>
  261. </layout>
  262. </widget>
  263. <widget class="QWidget" name="tab_2">
  264. <attribute name="title">
  265. <string>Affichage</string>
  266. </attribute>
  267. <layout class="QVBoxLayout" name="verticalLayout_3">
  268. <item>
  269. <widget class="QGroupBox" name="groupBox">
  270. <property name="title">
  271. <string>Configuration de l'affichage</string>
  272. </property>
  273. <layout class="QGridLayout" name="gridLayout_3">
  274. <item row="1" column="1">
  275. <widget class="QLabel" name="label_10">
  276. <property name="text">
  277. <string>Petit</string>
  278. </property>
  279. </widget>
  280. </item>
  281. <item row="1" column="3">
  282. <widget class="QLabel" name="label_11">
  283. <property name="text">
  284. <string>Grand</string>
  285. </property>
  286. </widget>
  287. </item>
  288. <item row="1" column="2">
  289. <widget class="QSlider" name="horizontalSlider">
  290. <property name="orientation">
  291. <enum>Qt::Horizontal</enum>
  292. </property>
  293. <property name="tickPosition">
  294. <enum>QSlider::TicksBelow</enum>
  295. </property>
  296. <property name="tickInterval">
  297. <number>10</number>
  298. </property>
  299. </widget>
  300. </item>
  301. <item row="0" column="1" colspan="3">
  302. <widget class="QLabel" name="label_9">
  303. <property name="text">
  304. <string>Choisissez la taille de votre bureau à distance. Déplacez le curseur à l'extrême droite utiliser la totalité de l'écran.</string>
  305. </property>
  306. <property name="wordWrap">
  307. <bool>true</bool>
  308. </property>
  309. </widget>
  310. </item>
  311. <item row="0" column="0">
  312. <widget class="QLabel" name="label_8">
  313. <property name="sizePolicy">
  314. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  315. <horstretch>0</horstretch>
  316. <verstretch>0</verstretch>
  317. </sizepolicy>
  318. </property>
  319. <property name="text">
  320. <string/>
  321. </property>
  322. <property name="pixmap">
  323. <pixmap resource="rc.qrc">:/images/icons/Icon_6.ico</pixmap>
  324. </property>
  325. <property name="alignment">
  326. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  327. </property>
  328. </widget>
  329. </item>
  330. <item row="2" column="1" colspan="3">
  331. <widget class="QCheckBox" name="checkBox_2">
  332. <property name="text">
  333. <string>Utiliser tous les moniteurs pour la session à distance</string>
  334. </property>
  335. </widget>
  336. </item>
  337. </layout>
  338. </widget>
  339. </item>
  340. <item>
  341. <widget class="QGroupBox" name="groupBox_3">
  342. <property name="title">
  343. <string>Couleurs</string>
  344. </property>
  345. <layout class="QGridLayout" name="gridLayout_4">
  346. <item row="0" column="1">
  347. <widget class="QLabel" name="label_13">
  348. <property name="sizePolicy">
  349. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  350. <horstretch>0</horstretch>
  351. <verstretch>0</verstretch>
  352. </sizepolicy>
  353. </property>
  354. <property name="text">
  355. <string>Choisir l'intensité de la couleur de la session à distance.</string>
  356. </property>
  357. <property name="wordWrap">
  358. <bool>true</bool>
  359. </property>
  360. </widget>
  361. </item>
  362. <item row="1" column="1">
  363. <widget class="QComboBox" name="comboBox">
  364. <property name="sizePolicy">
  365. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  366. <horstretch>0</horstretch>
  367. <verstretch>0</verstretch>
  368. </sizepolicy>
  369. </property>
  370. </widget>
  371. </item>
  372. <item row="0" column="0" rowspan="2">
  373. <widget class="QLabel" name="label_12">
  374. <property name="sizePolicy">
  375. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  376. <horstretch>0</horstretch>
  377. <verstretch>0</verstretch>
  378. </sizepolicy>
  379. </property>
  380. <property name="text">
  381. <string/>
  382. </property>
  383. <property name="pixmap">
  384. <pixmap resource="rc.qrc">:/images/icons/Icon_13.ico</pixmap>
  385. </property>
  386. <property name="alignment">
  387. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  388. </property>
  389. </widget>
  390. </item>
  391. </layout>
  392. </widget>
  393. </item>
  394. <item>
  395. <widget class="QCheckBox" name="checkBox">
  396. <property name="text">
  397. <string>Afficher la barre de connexion en cas de mode plein écran</string>
  398. </property>
  399. </widget>
  400. </item>
  401. <item>
  402. <spacer name="verticalSpacer_2">
  403. <property name="orientation">
  404. <enum>Qt::Vertical</enum>
  405. </property>
  406. <property name="sizeHint" stdset="0">
  407. <size>
  408. <width>20</width>
  409. <height>40</height>
  410. </size>
  411. </property>
  412. </spacer>
  413. </item>
  414. </layout>
  415. </widget>
  416. <widget class="QWidget" name="tab_3">
  417. <attribute name="title">
  418. <string>Resources locales</string>
  419. </attribute>
  420. <layout class="QVBoxLayout" name="verticalLayout_4">
  421. <item>
  422. <widget class="QGroupBox" name="groupBox_4">
  423. <property name="title">
  424. <string>Sortie audio de l'ordinateur distant</string>
  425. </property>
  426. <layout class="QGridLayout" name="gridLayout_5">
  427. <item row="0" column="0" rowspan="2">
  428. <widget class="QLabel" name="label_14">
  429. <property name="sizePolicy">
  430. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  431. <horstretch>0</horstretch>
  432. <verstretch>0</verstretch>
  433. </sizepolicy>
  434. </property>
  435. <property name="text">
  436. <string/>
  437. </property>
  438. <property name="pixmap">
  439. <pixmap resource="rc.qrc">:/images/icons/Icon_8.ico</pixmap>
  440. </property>
  441. <property name="alignment">
  442. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  443. </property>
  444. </widget>
  445. </item>
  446. <item row="0" column="1">
  447. <widget class="QLabel" name="label_15">
  448. <property name="sizePolicy">
  449. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  450. <horstretch>0</horstretch>
  451. <verstretch>0</verstretch>
  452. </sizepolicy>
  453. </property>
  454. <property name="text">
  455. <string>Configurer les paramètres audio de l'ordinateur distant.</string>
  456. </property>
  457. <property name="wordWrap">
  458. <bool>true</bool>
  459. </property>
  460. </widget>
  461. </item>
  462. <item row="1" column="1">
  463. <widget class="QPushButton" name="pushButton">
  464. <property name="sizePolicy">
  465. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  466. <horstretch>0</horstretch>
  467. <verstretch>0</verstretch>
  468. </sizepolicy>
  469. </property>
  470. <property name="text">
  471. <string>Paramètres...</string>
  472. </property>
  473. </widget>
  474. </item>
  475. </layout>
  476. </widget>
  477. </item>
  478. <item>
  479. <widget class="QGroupBox" name="groupBox_5">
  480. <property name="title">
  481. <string>Clavier</string>
  482. </property>
  483. <layout class="QGridLayout" name="gridLayout_6">
  484. <item row="0" column="0" rowspan="3">
  485. <widget class="QLabel" name="label_16">
  486. <property name="sizePolicy">
  487. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  488. <horstretch>0</horstretch>
  489. <verstretch>0</verstretch>
  490. </sizepolicy>
  491. </property>
  492. <property name="text">
  493. <string/>
  494. </property>
  495. <property name="pixmap">
  496. <pixmap resource="rc.qrc">:/images/icons/Icon_7.ico</pixmap>
  497. </property>
  498. <property name="alignment">
  499. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  500. </property>
  501. </widget>
  502. </item>
  503. <item row="0" column="1">
  504. <widget class="QLabel" name="label_17">
  505. <property name="sizePolicy">
  506. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  507. <horstretch>0</horstretch>
  508. <verstretch>0</verstretch>
  509. </sizepolicy>
  510. </property>
  511. <property name="text">
  512. <string>Appliquer les combinaisons de touches Windows:</string>
  513. </property>
  514. <property name="wordWrap">
  515. <bool>true</bool>
  516. </property>
  517. </widget>
  518. </item>
  519. <item row="1" column="1">
  520. <widget class="QComboBox" name="comboBox_2">
  521. <property name="sizePolicy">
  522. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  523. <horstretch>0</horstretch>
  524. <verstretch>0</verstretch>
  525. </sizepolicy>
  526. </property>
  527. </widget>
  528. </item>
  529. <item row="2" column="1">
  530. <widget class="QLabel" name="label_18">
  531. <property name="text">
  532. <string>Exemple: ALT+TAB</string>
  533. </property>
  534. <property name="wordWrap">
  535. <bool>true</bool>
  536. </property>
  537. </widget>
  538. </item>
  539. </layout>
  540. </widget>
  541. </item>
  542. <item>
  543. <widget class="QGroupBox" name="groupBox_6">
  544. <property name="title">
  545. <string>Ressources et périphériques locaux</string>
  546. </property>
  547. <layout class="QGridLayout" name="gridLayout_7">
  548. <item row="0" column="0" rowspan="3">
  549. <widget class="QLabel" name="label_19">
  550. <property name="sizePolicy">
  551. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  552. <horstretch>0</horstretch>
  553. <verstretch>0</verstretch>
  554. </sizepolicy>
  555. </property>
  556. <property name="text">
  557. <string/>
  558. </property>
  559. <property name="pixmap">
  560. <pixmap resource="rc.qrc">:/images/icons/Icon_12.ico</pixmap>
  561. </property>
  562. <property name="alignment">
  563. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  564. </property>
  565. </widget>
  566. </item>
  567. <item row="0" column="1" colspan="2">
  568. <widget class="QLabel" name="label_20">
  569. <property name="text">
  570. <string>Choisissez les périphériques et les ressources que vous souhaitez utiliser dans la session à distance.</string>
  571. </property>
  572. <property name="wordWrap">
  573. <bool>true</bool>
  574. </property>
  575. </widget>
  576. </item>
  577. <item row="1" column="1">
  578. <widget class="QCheckBox" name="checkBox_3">
  579. <property name="sizePolicy">
  580. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  581. <horstretch>0</horstretch>
  582. <verstretch>0</verstretch>
  583. </sizepolicy>
  584. </property>
  585. <property name="text">
  586. <string>Imprimantes</string>
  587. </property>
  588. </widget>
  589. </item>
  590. <item row="1" column="2">
  591. <widget class="QCheckBox" name="checkBox_4">
  592. <property name="sizePolicy">
  593. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  594. <horstretch>0</horstretch>
  595. <verstretch>0</verstretch>
  596. </sizepolicy>
  597. </property>
  598. <property name="text">
  599. <string>Presse-papiers</string>
  600. </property>
  601. </widget>
  602. </item>
  603. <item row="2" column="1">
  604. <widget class="QPushButton" name="pushButton_2">
  605. <property name="sizePolicy">
  606. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  607. <horstretch>0</horstretch>
  608. <verstretch>0</verstretch>
  609. </sizepolicy>
  610. </property>
  611. <property name="text">
  612. <string>Autres...</string>
  613. </property>
  614. </widget>
  615. </item>
  616. </layout>
  617. </widget>
  618. </item>
  619. </layout>
  620. </widget>
  621. <widget class="QWidget" name="tab_4">
  622. <attribute name="title">
  623. <string>Programmes</string>
  624. </attribute>
  625. <layout class="QVBoxLayout" name="verticalLayout_5">
  626. <item>
  627. <widget class="QGroupBox" name="groupBox_7">
  628. <property name="title">
  629. <string>Démarrer un programme</string>
  630. </property>
  631. <layout class="QGridLayout" name="gridLayout_8">
  632. <item row="0" column="0" rowspan="5">
  633. <widget class="QLabel" name="label_21">
  634. <property name="text">
  635. <string/>
  636. </property>
  637. <property name="pixmap">
  638. <pixmap resource="rc.qrc">:/images/icons/Icon_14.ico</pixmap>
  639. </property>
  640. <property name="alignment">
  641. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  642. </property>
  643. </widget>
  644. </item>
  645. <item row="0" column="1">
  646. <widget class="QCheckBox" name="checkBox_5">
  647. <property name="text">
  648. <string>Démarrer le programme suivant lors de la connexion:</string>
  649. </property>
  650. </widget>
  651. </item>
  652. <item row="1" column="1">
  653. <widget class="QLabel" name="label_22">
  654. <property name="text">
  655. <string>Chemin d'accès au programme et nom du fichier:</string>
  656. </property>
  657. </widget>
  658. </item>
  659. <item row="2" column="1">
  660. <widget class="QLineEdit" name="lineEdit"/>
  661. </item>
  662. <item row="3" column="1">
  663. <widget class="QLabel" name="label_23">
  664. <property name="text">
  665. <string>Démarrer dans le dossier suivant:</string>
  666. </property>
  667. </widget>
  668. </item>
  669. <item row="4" column="1">
  670. <widget class="QLineEdit" name="lineEdit_2"/>
  671. </item>
  672. </layout>
  673. </widget>
  674. </item>
  675. <item>
  676. <spacer name="verticalSpacer_3">
  677. <property name="orientation">
  678. <enum>Qt::Vertical</enum>
  679. </property>
  680. <property name="sizeHint" stdset="0">
  681. <size>
  682. <width>20</width>
  683. <height>40</height>
  684. </size>
  685. </property>
  686. </spacer>
  687. </item>
  688. </layout>
  689. </widget>
  690. <widget class="QWidget" name="tab_5">
  691. <attribute name="title">
  692. <string>Expérience</string>
  693. </attribute>
  694. <layout class="QVBoxLayout" name="verticalLayout_6">
  695. <item>
  696. <widget class="QGroupBox" name="groupBox_8">
  697. <property name="title">
  698. <string>GroupBox</string>
  699. </property>
  700. <layout class="QGridLayout" name="gridLayout_9">
  701. <item row="0" column="0" rowspan="2">
  702. <widget class="QLabel" name="label_24">
  703. <property name="sizePolicy">
  704. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  705. <horstretch>0</horstretch>
  706. <verstretch>0</verstretch>
  707. </sizepolicy>
  708. </property>
  709. <property name="text">
  710. <string/>
  711. </property>
  712. <property name="pixmap">
  713. <pixmap resource="rc.qrc">:/images/icons/Icon_10.ico</pixmap>
  714. </property>
  715. <property name="alignment">
  716. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  717. </property>
  718. </widget>
  719. </item>
  720. <item row="0" column="1">
  721. <widget class="QLabel" name="label_25">
  722. <property name="sizePolicy">
  723. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  724. <horstretch>0</horstretch>
  725. <verstretch>0</verstretch>
  726. </sizepolicy>
  727. </property>
  728. <property name="text">
  729. <string>Indiquez votre vitesse de connexion pour optimser les performances.</string>
  730. </property>
  731. <property name="wordWrap">
  732. <bool>true</bool>
  733. </property>
  734. </widget>
  735. </item>
  736. <item row="1" column="1">
  737. <widget class="QComboBox" name="comboBox_3">
  738. <property name="sizePolicy">
  739. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  740. <horstretch>0</horstretch>
  741. <verstretch>0</verstretch>
  742. </sizepolicy>
  743. </property>
  744. </widget>
  745. </item>
  746. </layout>
  747. </widget>
  748. </item>
  749. <item>
  750. <widget class="QCheckBox" name="checkBox_6">
  751. <property name="text">
  752. <string>Mise en cache permanente des bitmaps</string>
  753. </property>
  754. </widget>
  755. </item>
  756. <item>
  757. <widget class="QCheckBox" name="checkBox_7">
  758. <property name="text">
  759. <string>Rétablir la connexion si elle est interrompue</string>
  760. </property>
  761. </widget>
  762. </item>
  763. <item>
  764. <spacer name="verticalSpacer_4">
  765. <property name="orientation">
  766. <enum>Qt::Vertical</enum>
  767. </property>
  768. <property name="sizeHint" stdset="0">
  769. <size>
  770. <width>20</width>
  771. <height>40</height>
  772. </size>
  773. </property>
  774. </spacer>
  775. </item>
  776. </layout>
  777. </widget>
  778. </widget>
  779. </item>
  780. <item>
  781. <layout class="QHBoxLayout" name="horizontalLayout_2">
  782. <property name="topMargin">
  783. <number>0</number>
  784. </property>
  785. <property name="rightMargin">
  786. <number>6</number>
  787. </property>
  788. <property name="bottomMargin">
  789. <number>6</number>
  790. </property>
  791. <item>
  792. <spacer name="horizontalSpacer">
  793. <property name="orientation">
  794. <enum>Qt::Horizontal</enum>
  795. </property>
  796. <property name="sizeHint" stdset="0">
  797. <size>
  798. <width>40</width>
  799. <height>20</height>
  800. </size>
  801. </property>
  802. </spacer>
  803. </item>
  804. <item>
  805. <widget class="QPushButton" name="pushButton_4">
  806. <property name="text">
  807. <string>Connexion</string>
  808. </property>
  809. </widget>
  810. </item>
  811. </layout>
  812. </item>
  813. </layout>
  814. </widget>
  815. <layoutdefault spacing="6" margin="11"/>
  816. <tabstops>
  817. <tabstop>tabWidget</tabstop>
  818. <tabstop>lineComputer</tabstop>
  819. <tabstop>lineUsername</tabstop>
  820. <tabstop>linePassword</tabstop>
  821. <tabstop>checkSaveSession</tabstop>
  822. <tabstop>btnSaveSession</tabstop>
  823. <tabstop>btnSaveAsSession</tabstop>
  824. <tabstop>btnOpenSession</tabstop>
  825. </tabstops>
  826. <resources>
  827. <include location="rc.qrc"/>
  828. </resources>
  829. <connections/>
  830. </ui>