You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

maindialog.ui 37KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163
  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>480</width>
  10. <height>560</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Connexion Bureau à distance</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="rc.qrc">
  18. <normaloff>:/images/icons/Icon_1.ico</normaloff>:/images/icons/Icon_1.ico</iconset>
  19. </property>
  20. <layout class="QVBoxLayout" name="verticalLayout">
  21. <property name="leftMargin">
  22. <number>0</number>
  23. </property>
  24. <property name="topMargin">
  25. <number>0</number>
  26. </property>
  27. <property name="rightMargin">
  28. <number>0</number>
  29. </property>
  30. <property name="bottomMargin">
  31. <number>0</number>
  32. </property>
  33. <item>
  34. <widget class="QWidget" name="widHeader" native="true">
  35. <property name="minimumSize">
  36. <size>
  37. <width>0</width>
  38. <height>80</height>
  39. </size>
  40. </property>
  41. <property name="maximumSize">
  42. <size>
  43. <width>16777215</width>
  44. <height>80</height>
  45. </size>
  46. </property>
  47. <property name="styleSheet">
  48. <string notr="true">#widHeader
  49. {
  50. 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));
  51. }</string>
  52. </property>
  53. <layout class="QHBoxLayout" name="horizontalLayout">
  54. <property name="topMargin">
  55. <number>0</number>
  56. </property>
  57. <property name="bottomMargin">
  58. <number>0</number>
  59. </property>
  60. <item>
  61. <widget class="QLabel" name="widHeaderIcon">
  62. <property name="maximumSize">
  63. <size>
  64. <width>70</width>
  65. <height>70</height>
  66. </size>
  67. </property>
  68. <property name="text">
  69. <string/>
  70. </property>
  71. <property name="pixmap">
  72. <pixmap resource="rc.qrc">:/images/icons/Icon_1.ico</pixmap>
  73. </property>
  74. <property name="scaledContents">
  75. <bool>true</bool>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QLabel" name="widHeaderText">
  81. <property name="text">
  82. <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>
  83. </property>
  84. </widget>
  85. </item>
  86. </layout>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QTabWidget" name="tabWidget">
  91. <property name="font">
  92. <font>
  93. <pointsize>8</pointsize>
  94. </font>
  95. </property>
  96. <property name="currentIndex">
  97. <number>0</number>
  98. </property>
  99. <widget class="QWidget" name="tabGeneral">
  100. <attribute name="title">
  101. <string>Général</string>
  102. </attribute>
  103. <layout class="QVBoxLayout" name="verticalLayout_2">
  104. <item>
  105. <widget class="QGroupBox" name="generalGrpSession">
  106. <property name="title">
  107. <string>Paramètres d'ouverture de session</string>
  108. </property>
  109. <layout class="QGridLayout" name="gridLayout">
  110. <item row="0" column="0" rowspan="2">
  111. <widget class="QLabel" name="label">
  112. <property name="sizePolicy">
  113. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  114. <horstretch>0</horstretch>
  115. <verstretch>0</verstretch>
  116. </sizepolicy>
  117. </property>
  118. <property name="text">
  119. <string/>
  120. </property>
  121. <property name="pixmap">
  122. <pixmap resource="rc.qrc">:/images/icons/Icon_11.ico</pixmap>
  123. </property>
  124. <property name="alignment">
  125. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  126. </property>
  127. </widget>
  128. </item>
  129. <item row="1" column="2">
  130. <widget class="QComboBox" name="lineComputer">
  131. <property name="editable">
  132. <bool>true</bool>
  133. </property>
  134. </widget>
  135. </item>
  136. <item row="2" column="1">
  137. <widget class="QLabel" name="label_4">
  138. <property name="text">
  139. <string>Nom d'utilisateur:</string>
  140. </property>
  141. <property name="buddy">
  142. <cstring>lineUsername</cstring>
  143. </property>
  144. </widget>
  145. </item>
  146. <item row="3" column="1">
  147. <widget class="QLabel" name="label_5">
  148. <property name="text">
  149. <string>Mot de passe:</string>
  150. </property>
  151. </widget>
  152. </item>
  153. <item row="2" column="2">
  154. <widget class="QLineEdit" name="lineUsername"/>
  155. </item>
  156. <item row="0" column="1" colspan="2">
  157. <widget class="QLabel" name="label_2">
  158. <property name="text">
  159. <string>Entrez le nom de l'ordinateur distant:</string>
  160. </property>
  161. <property name="wordWrap">
  162. <bool>true</bool>
  163. </property>
  164. </widget>
  165. </item>
  166. <item row="1" column="1">
  167. <widget class="QLabel" name="label_3">
  168. <property name="sizePolicy">
  169. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  170. <horstretch>0</horstretch>
  171. <verstretch>0</verstretch>
  172. </sizepolicy>
  173. </property>
  174. <property name="text">
  175. <string>Ordinateur:</string>
  176. </property>
  177. <property name="buddy">
  178. <cstring>lineComputer</cstring>
  179. </property>
  180. </widget>
  181. </item>
  182. <item row="3" column="2">
  183. <widget class="QLineEdit" name="linePassword">
  184. <property name="echoMode">
  185. <enum>QLineEdit::Password</enum>
  186. </property>
  187. </widget>
  188. </item>
  189. </layout>
  190. </widget>
  191. </item>
  192. <item>
  193. <widget class="QGroupBox" name="groupBox_2">
  194. <property name="title">
  195. <string>Paramètres de connexion</string>
  196. </property>
  197. <layout class="QGridLayout" name="gridLayout_2">
  198. <item row="0" column="0" rowspan="2">
  199. <widget class="QLabel" name="label_6">
  200. <property name="sizePolicy">
  201. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  202. <horstretch>0</horstretch>
  203. <verstretch>0</verstretch>
  204. </sizepolicy>
  205. </property>
  206. <property name="text">
  207. <string/>
  208. </property>
  209. <property name="pixmap">
  210. <pixmap resource="rc.qrc">:/images/icons/Icon_9.ico</pixmap>
  211. </property>
  212. <property name="alignment">
  213. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  214. </property>
  215. </widget>
  216. </item>
  217. <item row="1" column="1">
  218. <widget class="QPushButton" name="btnSaveSession">
  219. <property name="text">
  220. <string>Enregistrer</string>
  221. </property>
  222. </widget>
  223. </item>
  224. <item row="1" column="2">
  225. <widget class="QPushButton" name="btnSaveAsSession">
  226. <property name="enabled">
  227. <bool>false</bool>
  228. </property>
  229. <property name="text">
  230. <string>Enregistrer sous...</string>
  231. </property>
  232. </widget>
  233. </item>
  234. <item row="1" column="3">
  235. <widget class="QPushButton" name="btnOpenSession">
  236. <property name="enabled">
  237. <bool>false</bool>
  238. </property>
  239. <property name="text">
  240. <string>Ouvrir...</string>
  241. </property>
  242. </widget>
  243. </item>
  244. <item row="1" column="4">
  245. <widget class="QPushButton" name="btnRemoveSession">
  246. <property name="text">
  247. <string>Supprimer</string>
  248. </property>
  249. </widget>
  250. </item>
  251. <item row="0" column="1" colspan="4">
  252. <widget class="QLabel" name="label_7">
  253. <property name="text">
  254. <string>Enregistrer les paramètres de connexion actuels dans un fichier RDP ou ouvrez une connexion enregistrée.</string>
  255. </property>
  256. <property name="wordWrap">
  257. <bool>true</bool>
  258. </property>
  259. </widget>
  260. </item>
  261. </layout>
  262. </widget>
  263. </item>
  264. <item>
  265. <widget class="QGroupBox" name="groupBox_7">
  266. <property name="title">
  267. <string>Clavier</string>
  268. </property>
  269. <layout class="QGridLayout" name="gridLayout_10">
  270. <item row="0" column="1">
  271. <widget class="QLabel" name="label_27">
  272. <property name="sizePolicy">
  273. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  274. <horstretch>0</horstretch>
  275. <verstretch>0</verstretch>
  276. </sizepolicy>
  277. </property>
  278. <property name="text">
  279. <string>Choisissez votre disposition de clavier:</string>
  280. </property>
  281. <property name="wordWrap">
  282. <bool>true</bool>
  283. </property>
  284. </widget>
  285. </item>
  286. <item row="1" column="1">
  287. <widget class="QComboBox" name="comboKeyboard">
  288. <property name="sizePolicy">
  289. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  290. <horstretch>0</horstretch>
  291. <verstretch>0</verstretch>
  292. </sizepolicy>
  293. </property>
  294. <property name="editable">
  295. <bool>true</bool>
  296. </property>
  297. <property name="sizeAdjustPolicy">
  298. <enum>QComboBox::AdjustToContents</enum>
  299. </property>
  300. </widget>
  301. </item>
  302. <item row="0" column="0" rowspan="2">
  303. <widget class="QLabel" name="label_26">
  304. <property name="sizePolicy">
  305. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  306. <horstretch>0</horstretch>
  307. <verstretch>0</verstretch>
  308. </sizepolicy>
  309. </property>
  310. <property name="text">
  311. <string/>
  312. </property>
  313. <property name="pixmap">
  314. <pixmap resource="rc.qrc">:/images/icons/Icon_7.ico</pixmap>
  315. </property>
  316. <property name="alignment">
  317. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  318. </property>
  319. </widget>
  320. </item>
  321. </layout>
  322. </widget>
  323. </item>
  324. <item>
  325. <spacer name="verticalSpacer">
  326. <property name="orientation">
  327. <enum>Qt::Vertical</enum>
  328. </property>
  329. <property name="sizeHint" stdset="0">
  330. <size>
  331. <width>20</width>
  332. <height>40</height>
  333. </size>
  334. </property>
  335. </spacer>
  336. </item>
  337. <item>
  338. <widget class="QLabel" name="lblExitStatus">
  339. <property name="text">
  340. <string/>
  341. </property>
  342. </widget>
  343. </item>
  344. </layout>
  345. </widget>
  346. <widget class="QWidget" name="tabDisplay">
  347. <attribute name="title">
  348. <string>Affichage</string>
  349. </attribute>
  350. <layout class="QVBoxLayout" name="verticalLayout_3">
  351. <item>
  352. <widget class="QGroupBox" name="groupBox">
  353. <property name="title">
  354. <string>Configuration de l'affichage</string>
  355. </property>
  356. <layout class="QGridLayout" name="gridLayout_3">
  357. <item row="3" column="1" colspan="3">
  358. <widget class="QCheckBox" name="checkAllDisplays">
  359. <property name="sizePolicy">
  360. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  361. <horstretch>0</horstretch>
  362. <verstretch>0</verstretch>
  363. </sizepolicy>
  364. </property>
  365. <property name="text">
  366. <string>Utiliser tous les moniteurs pour la session à distance</string>
  367. </property>
  368. </widget>
  369. </item>
  370. <item row="1" column="2">
  371. <widget class="QSlider" name="slidResolution">
  372. <property name="sizePolicy">
  373. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  374. <horstretch>0</horstretch>
  375. <verstretch>0</verstretch>
  376. </sizepolicy>
  377. </property>
  378. <property name="minimum">
  379. <number>10</number>
  380. </property>
  381. <property name="maximum">
  382. <number>10</number>
  383. </property>
  384. <property name="pageStep">
  385. <number>1</number>
  386. </property>
  387. <property name="orientation">
  388. <enum>Qt::Horizontal</enum>
  389. </property>
  390. <property name="tickPosition">
  391. <enum>QSlider::TicksBelow</enum>
  392. </property>
  393. <property name="tickInterval">
  394. <number>1</number>
  395. </property>
  396. </widget>
  397. </item>
  398. <item row="1" column="3">
  399. <widget class="QLabel" name="label_11">
  400. <property name="text">
  401. <string>Grand</string>
  402. </property>
  403. </widget>
  404. </item>
  405. <item row="0" column="0">
  406. <widget class="QLabel" name="label_8">
  407. <property name="sizePolicy">
  408. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  409. <horstretch>0</horstretch>
  410. <verstretch>0</verstretch>
  411. </sizepolicy>
  412. </property>
  413. <property name="text">
  414. <string/>
  415. </property>
  416. <property name="pixmap">
  417. <pixmap resource="rc.qrc">:/images/icons/Icon_6.ico</pixmap>
  418. </property>
  419. <property name="alignment">
  420. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  421. </property>
  422. </widget>
  423. </item>
  424. <item row="0" column="1" colspan="3">
  425. <widget class="QLabel" name="label_9">
  426. <property name="text">
  427. <string>Choisissez la taille de votre bureau à distance. Déplacez le curseur à l'extrême droite utiliser la totalité de l'écran.</string>
  428. </property>
  429. <property name="wordWrap">
  430. <bool>true</bool>
  431. </property>
  432. </widget>
  433. </item>
  434. <item row="1" column="1">
  435. <widget class="QLabel" name="label_10">
  436. <property name="text">
  437. <string>Petit</string>
  438. </property>
  439. <property name="alignment">
  440. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  441. </property>
  442. </widget>
  443. </item>
  444. <item row="2" column="1" colspan="3">
  445. <widget class="QLabel" name="lblResolution">
  446. <property name="text">
  447. <string/>
  448. </property>
  449. <property name="alignment">
  450. <set>Qt::AlignCenter</set>
  451. </property>
  452. </widget>
  453. </item>
  454. </layout>
  455. </widget>
  456. </item>
  457. <item>
  458. <widget class="QGroupBox" name="groupBox_3">
  459. <property name="title">
  460. <string>Couleurs</string>
  461. </property>
  462. <layout class="QGridLayout" name="gridLayout_4">
  463. <item row="0" column="1">
  464. <widget class="QLabel" name="label_13">
  465. <property name="sizePolicy">
  466. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  467. <horstretch>0</horstretch>
  468. <verstretch>0</verstretch>
  469. </sizepolicy>
  470. </property>
  471. <property name="text">
  472. <string>Choisir l'intensité de la couleur de la session à distance.</string>
  473. </property>
  474. <property name="wordWrap">
  475. <bool>true</bool>
  476. </property>
  477. </widget>
  478. </item>
  479. <item row="1" column="1">
  480. <widget class="QComboBox" name="comboColors">
  481. <property name="sizePolicy">
  482. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  483. <horstretch>0</horstretch>
  484. <verstretch>0</verstretch>
  485. </sizepolicy>
  486. </property>
  487. <property name="currentIndex">
  488. <number>3</number>
  489. </property>
  490. <property name="sizeAdjustPolicy">
  491. <enum>QComboBox::AdjustToContents</enum>
  492. </property>
  493. <item>
  494. <property name="text">
  495. <string>Haute couleurs (15 bits)</string>
  496. </property>
  497. </item>
  498. <item>
  499. <property name="text">
  500. <string>Haute couleurs (16 bits)</string>
  501. </property>
  502. </item>
  503. <item>
  504. <property name="text">
  505. <string>Couleurs réeles (24 bits)</string>
  506. </property>
  507. </item>
  508. <item>
  509. <property name="text">
  510. <string>Qualité optimale (32 bits)</string>
  511. </property>
  512. </item>
  513. </widget>
  514. </item>
  515. <item row="0" column="0" rowspan="2">
  516. <widget class="QLabel" name="label_12">
  517. <property name="sizePolicy">
  518. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  519. <horstretch>0</horstretch>
  520. <verstretch>0</verstretch>
  521. </sizepolicy>
  522. </property>
  523. <property name="text">
  524. <string/>
  525. </property>
  526. <property name="pixmap">
  527. <pixmap resource="rc.qrc">:/images/icons/Icon_13.ico</pixmap>
  528. </property>
  529. <property name="alignment">
  530. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  531. </property>
  532. </widget>
  533. </item>
  534. </layout>
  535. </widget>
  536. </item>
  537. <item>
  538. <widget class="QCheckBox" name="checkFullscreenBar">
  539. <property name="text">
  540. <string>Afficher la barre de connexion en cas de mode plein écran</string>
  541. </property>
  542. <property name="checked">
  543. <bool>true</bool>
  544. </property>
  545. </widget>
  546. </item>
  547. <item>
  548. <spacer name="verticalSpacer_2">
  549. <property name="orientation">
  550. <enum>Qt::Vertical</enum>
  551. </property>
  552. <property name="sizeHint" stdset="0">
  553. <size>
  554. <width>20</width>
  555. <height>40</height>
  556. </size>
  557. </property>
  558. </spacer>
  559. </item>
  560. </layout>
  561. </widget>
  562. <widget class="QWidget" name="tabResources">
  563. <attribute name="title">
  564. <string>Resources locales</string>
  565. </attribute>
  566. <layout class="QVBoxLayout" name="verticalLayout_4">
  567. <item>
  568. <widget class="QGroupBox" name="groupBox_4">
  569. <property name="enabled">
  570. <bool>false</bool>
  571. </property>
  572. <property name="title">
  573. <string>Sortie audio de l'ordinateur distant</string>
  574. </property>
  575. <layout class="QGridLayout" name="gridLayout_5">
  576. <item row="0" column="0" rowspan="2">
  577. <widget class="QLabel" name="label_14">
  578. <property name="sizePolicy">
  579. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  580. <horstretch>0</horstretch>
  581. <verstretch>0</verstretch>
  582. </sizepolicy>
  583. </property>
  584. <property name="text">
  585. <string/>
  586. </property>
  587. <property name="pixmap">
  588. <pixmap resource="rc.qrc">:/images/icons/Icon_8.ico</pixmap>
  589. </property>
  590. <property name="alignment">
  591. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  592. </property>
  593. </widget>
  594. </item>
  595. <item row="0" column="1">
  596. <widget class="QLabel" name="label_15">
  597. <property name="sizePolicy">
  598. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  599. <horstretch>0</horstretch>
  600. <verstretch>0</verstretch>
  601. </sizepolicy>
  602. </property>
  603. <property name="text">
  604. <string>Configurer les paramètres audio de l'ordinateur distant.</string>
  605. </property>
  606. <property name="wordWrap">
  607. <bool>true</bool>
  608. </property>
  609. </widget>
  610. </item>
  611. <item row="1" column="1">
  612. <widget class="QPushButton" name="btnSound">
  613. <property name="sizePolicy">
  614. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  615. <horstretch>0</horstretch>
  616. <verstretch>0</verstretch>
  617. </sizepolicy>
  618. </property>
  619. <property name="text">
  620. <string>Paramètres...</string>
  621. </property>
  622. </widget>
  623. </item>
  624. </layout>
  625. </widget>
  626. </item>
  627. <item>
  628. <widget class="QGroupBox" name="groupBox_5">
  629. <property name="title">
  630. <string>Clavier</string>
  631. </property>
  632. <layout class="QGridLayout" name="gridLayout_6">
  633. <item row="0" column="0" rowspan="3">
  634. <widget class="QLabel" name="label_16">
  635. <property name="sizePolicy">
  636. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  637. <horstretch>0</horstretch>
  638. <verstretch>0</verstretch>
  639. </sizepolicy>
  640. </property>
  641. <property name="text">
  642. <string/>
  643. </property>
  644. <property name="pixmap">
  645. <pixmap resource="rc.qrc">:/images/icons/Icon_7.ico</pixmap>
  646. </property>
  647. <property name="alignment">
  648. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  649. </property>
  650. </widget>
  651. </item>
  652. <item row="0" column="1">
  653. <widget class="QLabel" name="label_17">
  654. <property name="sizePolicy">
  655. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  656. <horstretch>0</horstretch>
  657. <verstretch>0</verstretch>
  658. </sizepolicy>
  659. </property>
  660. <property name="text">
  661. <string>Appliquer les combinaisons de touches du Window Manager:</string>
  662. </property>
  663. <property name="wordWrap">
  664. <bool>true</bool>
  665. </property>
  666. </widget>
  667. </item>
  668. <item row="1" column="1">
  669. <widget class="QComboBox" name="comboMetaKeys">
  670. <property name="sizePolicy">
  671. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  672. <horstretch>0</horstretch>
  673. <verstretch>0</verstretch>
  674. </sizepolicy>
  675. </property>
  676. <property name="currentIndex">
  677. <number>2</number>
  678. </property>
  679. <property name="sizeAdjustPolicy">
  680. <enum>QComboBox::AdjustToContents</enum>
  681. </property>
  682. <item>
  683. <property name="text">
  684. <string>Avec</string>
  685. </property>
  686. </item>
  687. <item>
  688. <property name="text">
  689. <string>Sans</string>
  690. </property>
  691. </item>
  692. <item>
  693. <property name="text">
  694. <string>En mode plein écran uniquement</string>
  695. </property>
  696. </item>
  697. </widget>
  698. </item>
  699. <item row="2" column="1">
  700. <widget class="QLabel" name="label_18">
  701. <property name="text">
  702. <string>Exemple: ALT+TAB</string>
  703. </property>
  704. <property name="wordWrap">
  705. <bool>true</bool>
  706. </property>
  707. </widget>
  708. </item>
  709. </layout>
  710. </widget>
  711. </item>
  712. <item>
  713. <widget class="QGroupBox" name="groupBox_6">
  714. <property name="enabled">
  715. <bool>false</bool>
  716. </property>
  717. <property name="title">
  718. <string>Ressources et périphériques locaux</string>
  719. </property>
  720. <layout class="QGridLayout" name="gridLayout_7">
  721. <item row="0" column="0" rowspan="3">
  722. <widget class="QLabel" name="label_19">
  723. <property name="sizePolicy">
  724. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  725. <horstretch>0</horstretch>
  726. <verstretch>0</verstretch>
  727. </sizepolicy>
  728. </property>
  729. <property name="text">
  730. <string/>
  731. </property>
  732. <property name="pixmap">
  733. <pixmap resource="rc.qrc">:/images/icons/Icon_12.ico</pixmap>
  734. </property>
  735. <property name="alignment">
  736. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  737. </property>
  738. </widget>
  739. </item>
  740. <item row="0" column="1" colspan="2">
  741. <widget class="QLabel" name="label_20">
  742. <property name="text">
  743. <string>Choisissez les périphériques et les ressources que vous souhaitez utiliser dans la session à distance.</string>
  744. </property>
  745. <property name="wordWrap">
  746. <bool>true</bool>
  747. </property>
  748. </widget>
  749. </item>
  750. <item row="1" column="1">
  751. <widget class="QCheckBox" name="checkPrinters">
  752. <property name="sizePolicy">
  753. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  754. <horstretch>0</horstretch>
  755. <verstretch>0</verstretch>
  756. </sizepolicy>
  757. </property>
  758. <property name="text">
  759. <string>Imprimantes</string>
  760. </property>
  761. </widget>
  762. </item>
  763. <item row="1" column="2">
  764. <widget class="QCheckBox" name="checkClipboard">
  765. <property name="sizePolicy">
  766. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  767. <horstretch>0</horstretch>
  768. <verstretch>0</verstretch>
  769. </sizepolicy>
  770. </property>
  771. <property name="text">
  772. <string>Presse-papiers</string>
  773. </property>
  774. </widget>
  775. </item>
  776. <item row="2" column="1">
  777. <widget class="QPushButton" name="btnPeriphs">
  778. <property name="sizePolicy">
  779. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  780. <horstretch>0</horstretch>
  781. <verstretch>0</verstretch>
  782. </sizepolicy>
  783. </property>
  784. <property name="text">
  785. <string>Autres...</string>
  786. </property>
  787. </widget>
  788. </item>
  789. </layout>
  790. </widget>
  791. </item>
  792. </layout>
  793. </widget>
  794. <widget class="QWidget" name="tabPrograms">
  795. <attribute name="title">
  796. <string>Programmes</string>
  797. </attribute>
  798. <layout class="QVBoxLayout" name="verticalLayout_5">
  799. <item>
  800. <widget class="QGroupBox" name="grpShell">
  801. <property name="title">
  802. <string>Démarrer un programme</string>
  803. </property>
  804. <layout class="QGridLayout" name="gridLayout_8">
  805. <item row="0" column="0" rowspan="5">
  806. <widget class="QLabel" name="label_21">
  807. <property name="text">
  808. <string/>
  809. </property>
  810. <property name="pixmap">
  811. <pixmap resource="rc.qrc">:/images/icons/Icon_14.ico</pixmap>
  812. </property>
  813. <property name="alignment">
  814. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  815. </property>
  816. </widget>
  817. </item>
  818. <item row="0" column="1">
  819. <widget class="QCheckBox" name="checkShell">
  820. <property name="text">
  821. <string>Démarrer le programme suivant lors de la connexion:</string>
  822. </property>
  823. </widget>
  824. </item>
  825. <item row="1" column="1">
  826. <widget class="QLabel" name="label_22">
  827. <property name="enabled">
  828. <bool>false</bool>
  829. </property>
  830. <property name="text">
  831. <string>Chemin d'accès au programme et nom du fichier:</string>
  832. </property>
  833. </widget>
  834. </item>
  835. <item row="2" column="1">
  836. <widget class="QLineEdit" name="lineShellPath">
  837. <property name="enabled">
  838. <bool>false</bool>
  839. </property>
  840. </widget>
  841. </item>
  842. <item row="3" column="1">
  843. <widget class="QLabel" name="label_23">
  844. <property name="enabled">
  845. <bool>false</bool>
  846. </property>
  847. <property name="text">
  848. <string>Démarrer dans le dossier suivant:</string>
  849. </property>
  850. </widget>
  851. </item>
  852. <item row="4" column="1">
  853. <widget class="QLineEdit" name="lineShellWorkingDir">
  854. <property name="enabled">
  855. <bool>false</bool>
  856. </property>
  857. </widget>
  858. </item>
  859. </layout>
  860. </widget>
  861. </item>
  862. <item>
  863. <spacer name="verticalSpacer_3">
  864. <property name="orientation">
  865. <enum>Qt::Vertical</enum>
  866. </property>
  867. <property name="sizeHint" stdset="0">
  868. <size>
  869. <width>20</width>
  870. <height>40</height>
  871. </size>
  872. </property>
  873. </spacer>
  874. </item>
  875. </layout>
  876. </widget>
  877. <widget class="QWidget" name="tabExperience">
  878. <attribute name="title">
  879. <string>Expérience</string>
  880. </attribute>
  881. <layout class="QVBoxLayout" name="verticalLayout_6">
  882. <item>
  883. <widget class="QGroupBox" name="groupBox_8">
  884. <property name="title">
  885. <string>GroupBox</string>
  886. </property>
  887. <layout class="QGridLayout" name="gridLayout_9">
  888. <item row="0" column="0" rowspan="2">
  889. <widget class="QLabel" name="label_24">
  890. <property name="sizePolicy">
  891. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  892. <horstretch>0</horstretch>
  893. <verstretch>0</verstretch>
  894. </sizepolicy>
  895. </property>
  896. <property name="text">
  897. <string/>
  898. </property>
  899. <property name="pixmap">
  900. <pixmap resource="rc.qrc">:/images/icons/Icon_10.ico</pixmap>
  901. </property>
  902. <property name="alignment">
  903. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  904. </property>
  905. </widget>
  906. </item>
  907. <item row="0" column="1">
  908. <widget class="QLabel" name="label_25">
  909. <property name="sizePolicy">
  910. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  911. <horstretch>0</horstretch>
  912. <verstretch>0</verstretch>
  913. </sizepolicy>
  914. </property>
  915. <property name="text">
  916. <string>Indiquez votre vitesse de connexion pour optimser les performances.</string>
  917. </property>
  918. <property name="wordWrap">
  919. <bool>true</bool>
  920. </property>
  921. </widget>
  922. </item>
  923. <item row="1" column="1">
  924. <widget class="QComboBox" name="comboExperience">
  925. <property name="sizePolicy">
  926. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  927. <horstretch>0</horstretch>
  928. <verstretch>0</verstretch>
  929. </sizepolicy>
  930. </property>
  931. <property name="currentIndex">
  932. <number>6</number>
  933. </property>
  934. <property name="sizeAdjustPolicy">
  935. <enum>QComboBox::AdjustToContents</enum>
  936. </property>
  937. <item>
  938. <property name="text">
  939. <string>Modem (56 Kbits/s)</string>
  940. </property>
  941. </item>
  942. <item>
  943. <property name="text">
  944. <string>Bas débit (256 Kbits/s - 2 Mbits/s)</string>
  945. </property>
  946. </item>
  947. <item>
  948. <property name="text">
  949. <string>Satellite (2 Mbits/s - 16 Mbits/s avec forte latence)</string>
  950. </property>
  951. </item>
  952. <item>
  953. <property name="text">
  954. <string>Haut débit (2 Mbits/s - 10 Mbits/s)</string>
  955. </property>
  956. </item>
  957. <item>
  958. <property name="text">
  959. <string>WAN (10 Mbits/s ou plus avec forte latence)</string>
  960. </property>
  961. </item>
  962. <item>
  963. <property name="text">
  964. <string>LAN (10 Mbits/s ou plus)</string>
  965. </property>
  966. </item>
  967. <item>
  968. <property name="text">
  969. <string>Détecter automatiquement la qualité de la connexion</string>
  970. </property>
  971. </item>
  972. </widget>
  973. </item>
  974. </layout>
  975. </widget>
  976. </item>
  977. <item>
  978. <widget class="QCheckBox" name="checkCacheBitmap">
  979. <property name="text">
  980. <string>Mise en cache permanente des bitmaps</string>
  981. </property>
  982. <property name="checked">
  983. <bool>true</bool>
  984. </property>
  985. </widget>
  986. </item>
  987. <item>
  988. <widget class="QCheckBox" name="checkAutoReconnect">
  989. <property name="text">
  990. <string>Rétablir la connexion si elle est interrompue</string>
  991. </property>
  992. <property name="checked">
  993. <bool>true</bool>
  994. </property>
  995. </widget>
  996. </item>
  997. <item>
  998. <spacer name="verticalSpacer_4">
  999. <property name="orientation">
  1000. <enum>Qt::Vertical</enum>
  1001. </property>
  1002. <property name="sizeHint" stdset="0">
  1003. <size>
  1004. <width>20</width>
  1005. <height>40</height>
  1006. </size>
  1007. </property>
  1008. </spacer>
  1009. </item>
  1010. </layout>
  1011. </widget>
  1012. </widget>
  1013. </item>
  1014. <item>
  1015. <layout class="QHBoxLayout" name="horizontalLayout_2">
  1016. <property name="topMargin">
  1017. <number>0</number>
  1018. </property>
  1019. <property name="rightMargin">
  1020. <number>6</number>
  1021. </property>
  1022. <property name="bottomMargin">
  1023. <number>6</number>
  1024. </property>
  1025. <item>
  1026. <spacer name="horizontalSpacer">
  1027. <property name="orientation">
  1028. <enum>Qt::Horizontal</enum>
  1029. </property>
  1030. <property name="sizeHint" stdset="0">
  1031. <size>
  1032. <width>40</width>
  1033. <height>20</height>
  1034. </size>
  1035. </property>
  1036. </spacer>
  1037. </item>
  1038. <item>
  1039. <widget class="QPushButton" name="btnConnect">
  1040. <property name="enabled">
  1041. <bool>false</bool>
  1042. </property>
  1043. <property name="text">
  1044. <string>Connexion</string>
  1045. </property>
  1046. </widget>
  1047. </item>
  1048. </layout>
  1049. </item>
  1050. </layout>
  1051. </widget>
  1052. <layoutdefault spacing="6" margin="11"/>
  1053. <tabstops>
  1054. <tabstop>tabWidget</tabstop>
  1055. <tabstop>lineComputer</tabstop>
  1056. <tabstop>lineUsername</tabstop>
  1057. <tabstop>linePassword</tabstop>
  1058. <tabstop>btnSaveSession</tabstop>
  1059. <tabstop>btnSaveAsSession</tabstop>
  1060. <tabstop>btnOpenSession</tabstop>
  1061. </tabstops>
  1062. <resources>
  1063. <include location="rc.qrc"/>
  1064. </resources>
  1065. <connections>
  1066. <connection>
  1067. <sender>checkShell</sender>
  1068. <signal>toggled(bool)</signal>
  1069. <receiver>label_22</receiver>
  1070. <slot>setEnabled(bool)</slot>
  1071. <hints>
  1072. <hint type="sourcelabel">
  1073. <x>69</x>
  1074. <y>158</y>
  1075. </hint>
  1076. <hint type="destinationlabel">
  1077. <x>79</x>
  1078. <y>183</y>
  1079. </hint>
  1080. </hints>
  1081. </connection>
  1082. <connection>
  1083. <sender>checkShell</sender>
  1084. <signal>toggled(bool)</signal>
  1085. <receiver>lineShellPath</receiver>
  1086. <slot>setEnabled(bool)</slot>
  1087. <hints>
  1088. <hint type="sourcelabel">
  1089. <x>244</x>
  1090. <y>165</y>
  1091. </hint>
  1092. <hint type="destinationlabel">
  1093. <x>251</x>
  1094. <y>209</y>
  1095. </hint>
  1096. </hints>
  1097. </connection>
  1098. <connection>
  1099. <sender>checkShell</sender>
  1100. <signal>toggled(bool)</signal>
  1101. <receiver>label_23</receiver>
  1102. <slot>setEnabled(bool)</slot>
  1103. <hints>
  1104. <hint type="sourcelabel">
  1105. <x>175</x>
  1106. <y>162</y>
  1107. </hint>
  1108. <hint type="destinationlabel">
  1109. <x>166</x>
  1110. <y>234</y>
  1111. </hint>
  1112. </hints>
  1113. </connection>
  1114. <connection>
  1115. <sender>checkShell</sender>
  1116. <signal>toggled(bool)</signal>
  1117. <receiver>lineShellWorkingDir</receiver>
  1118. <slot>setEnabled(bool)</slot>
  1119. <hints>
  1120. <hint type="sourcelabel">
  1121. <x>215</x>
  1122. <y>159</y>
  1123. </hint>
  1124. <hint type="destinationlabel">
  1125. <x>213</x>
  1126. <y>252</y>
  1127. </hint>
  1128. </hints>
  1129. </connection>
  1130. <connection>
  1131. <sender>lineUsername</sender>
  1132. <signal>returnPressed()</signal>
  1133. <receiver>btnConnect</receiver>
  1134. <slot>animateClick()</slot>
  1135. <hints>
  1136. <hint type="sourcelabel">
  1137. <x>338</x>
  1138. <y>212</y>
  1139. </hint>
  1140. <hint type="destinationlabel">
  1141. <x>404</x>
  1142. <y>464</y>
  1143. </hint>
  1144. </hints>
  1145. </connection>
  1146. <connection>
  1147. <sender>linePassword</sender>
  1148. <signal>returnPressed()</signal>
  1149. <receiver>btnConnect</receiver>
  1150. <slot>animateClick()</slot>
  1151. <hints>
  1152. <hint type="sourcelabel">
  1153. <x>277</x>
  1154. <y>240</y>
  1155. </hint>
  1156. <hint type="destinationlabel">
  1157. <x>406</x>
  1158. <y>459</y>
  1159. </hint>
  1160. </hints>
  1161. </connection>
  1162. </connections>
  1163. </ui>