paperedithandle.ui 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CPaperEditHandle</class>
  4. <widget class="QWidget" name="CPaperEditHandle">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>896</width>
  10. <height>761</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>CPaperEditHandle</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">QToolButton{
  18. border:none;
  19. qproperty-iconSize:44px 44px;
  20. }
  21. QToolButton::disabled{
  22. color: rgb(201, 201, 201);
  23. }
  24. </string>
  25. </property>
  26. <widget class="QWidget" name="widget_tool" native="true">
  27. <property name="geometry">
  28. <rect>
  29. <x>9</x>
  30. <y>9</y>
  31. <width>878</width>
  32. <height>44</height>
  33. </rect>
  34. </property>
  35. <property name="minimumSize">
  36. <size>
  37. <width>0</width>
  38. <height>44</height>
  39. </size>
  40. </property>
  41. <property name="maximumSize">
  42. <size>
  43. <width>16777215</width>
  44. <height>44</height>
  45. </size>
  46. </property>
  47. <property name="styleSheet">
  48. <string notr="true">background-color: rgb(242,242,242);</string>
  49. </property>
  50. <layout class="QHBoxLayout" name="horizontalLayout">
  51. <property name="leftMargin">
  52. <number>0</number>
  53. </property>
  54. <property name="topMargin">
  55. <number>0</number>
  56. </property>
  57. <property name="rightMargin">
  58. <number>0</number>
  59. </property>
  60. <property name="bottomMargin">
  61. <number>0</number>
  62. </property>
  63. <item>
  64. <widget class="QToolButton" name="toolButton_drag">
  65. <property name="minimumSize">
  66. <size>
  67. <width>44</width>
  68. <height>44</height>
  69. </size>
  70. </property>
  71. <property name="maximumSize">
  72. <size>
  73. <width>44</width>
  74. <height>44</height>
  75. </size>
  76. </property>
  77. <property name="cursor">
  78. <cursorShape>ArrowCursor</cursorShape>
  79. </property>
  80. <property name="mouseTracking">
  81. <bool>true</bool>
  82. </property>
  83. <property name="focusPolicy">
  84. <enum>Qt::ClickFocus</enum>
  85. </property>
  86. <property name="styleSheet">
  87. <string notr="true">QToolButton{
  88. image:url(:/painter/Resources/painter/拖拽未点击.png);
  89. }
  90. QToolButton:hover{
  91. image:url(:/painter/Resources/painter/拖拽移入.png);
  92. }
  93. QToolButton:checked{
  94. image:url(:/painter/Resources/painter/拖拽选中.png);
  95. }</string>
  96. </property>
  97. <property name="text">
  98. <string/>
  99. </property>
  100. <property name="iconSize">
  101. <size>
  102. <width>44</width>
  103. <height>44</height>
  104. </size>
  105. </property>
  106. <property name="checkable">
  107. <bool>true</bool>
  108. </property>
  109. <property name="checked">
  110. <bool>true</bool>
  111. </property>
  112. <property name="autoExclusive">
  113. <bool>true</bool>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <widget class="QToolButton" name="toolButton_roomin">
  119. <property name="minimumSize">
  120. <size>
  121. <width>44</width>
  122. <height>44</height>
  123. </size>
  124. </property>
  125. <property name="maximumSize">
  126. <size>
  127. <width>44</width>
  128. <height>44</height>
  129. </size>
  130. </property>
  131. <property name="font">
  132. <font>
  133. <family>楷体</family>
  134. <weight>50</weight>
  135. <italic>false</italic>
  136. <bold>false</bold>
  137. <kerning>true</kerning>
  138. </font>
  139. </property>
  140. <property name="cursor">
  141. <cursorShape>ArrowCursor</cursorShape>
  142. </property>
  143. <property name="mouseTracking">
  144. <bool>true</bool>
  145. </property>
  146. <property name="focusPolicy">
  147. <enum>Qt::ClickFocus</enum>
  148. </property>
  149. <property name="styleSheet">
  150. <string notr="true">QToolButton{
  151. image:url(:/painter/Resources/painter/放大未点击.png);
  152. }
  153. QToolButton:hover{
  154. image:url(:/painter/Resources/painter/放大移入.png);
  155. }
  156. QToolButton:checked{
  157. image:url(:/painter/Resources/painter/放大选中.png);
  158. }</string>
  159. </property>
  160. <property name="toolButtonStyle">
  161. <enum>Qt::ToolButtonTextUnderIcon</enum>
  162. </property>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QToolButton" name="toolButton_rommout">
  167. <property name="minimumSize">
  168. <size>
  169. <width>44</width>
  170. <height>44</height>
  171. </size>
  172. </property>
  173. <property name="maximumSize">
  174. <size>
  175. <width>44</width>
  176. <height>44</height>
  177. </size>
  178. </property>
  179. <property name="cursor">
  180. <cursorShape>ArrowCursor</cursorShape>
  181. </property>
  182. <property name="mouseTracking">
  183. <bool>true</bool>
  184. </property>
  185. <property name="focusPolicy">
  186. <enum>Qt::ClickFocus</enum>
  187. </property>
  188. <property name="styleSheet">
  189. <string notr="true">QToolButton{
  190. image:url(:/painter/Resources/painter/缩小未点击.png);
  191. }
  192. QToolButton:hover{
  193. image:url(:/painter/Resources/painter/缩小移入.png);
  194. }
  195. QToolButton:checked{
  196. image:url(:/painter/Resources/painter/缩小选中.png);
  197. }</string>
  198. </property>
  199. </widget>
  200. </item>
  201. <item>
  202. <widget class="QToolButton" name="toolButton_90">
  203. <property name="minimumSize">
  204. <size>
  205. <width>44</width>
  206. <height>44</height>
  207. </size>
  208. </property>
  209. <property name="maximumSize">
  210. <size>
  211. <width>44</width>
  212. <height>44</height>
  213. </size>
  214. </property>
  215. <property name="cursor">
  216. <cursorShape>ArrowCursor</cursorShape>
  217. </property>
  218. <property name="mouseTracking">
  219. <bool>true</bool>
  220. </property>
  221. <property name="focusPolicy">
  222. <enum>Qt::ClickFocus</enum>
  223. </property>
  224. <property name="styleSheet">
  225. <string notr="true">QToolButton{
  226. image:url(:/painter/Resources/painter/顺时针未点击.png);
  227. }
  228. QToolButton:hover{
  229. image:url(:/painter/Resources/painter/顺时针移入.png);
  230. }
  231. QToolButton:checked{
  232. image:url(:/painter/Resources/painter/顺时针选中.png);
  233. }</string>
  234. </property>
  235. </widget>
  236. </item>
  237. <item>
  238. <widget class="QToolButton" name="toolButton_N90">
  239. <property name="minimumSize">
  240. <size>
  241. <width>44</width>
  242. <height>44</height>
  243. </size>
  244. </property>
  245. <property name="maximumSize">
  246. <size>
  247. <width>44</width>
  248. <height>44</height>
  249. </size>
  250. </property>
  251. <property name="cursor">
  252. <cursorShape>ArrowCursor</cursorShape>
  253. </property>
  254. <property name="mouseTracking">
  255. <bool>true</bool>
  256. </property>
  257. <property name="focusPolicy">
  258. <enum>Qt::ClickFocus</enum>
  259. </property>
  260. <property name="styleSheet">
  261. <string notr="true">QToolButton{
  262. image:url(:/painter/Resources/painter/逆时针未点击.png);
  263. }
  264. QToolButton:hover{
  265. image:url(:/painter/Resources/painter/逆时针移入.png);
  266. }
  267. QToolButton:checked{
  268. image:url(:/painter/Resources/painter/逆顺时针选中.png);
  269. }</string>
  270. </property>
  271. </widget>
  272. </item>
  273. <item>
  274. <widget class="QToolButton" name="toolButton_locate">
  275. <property name="minimumSize">
  276. <size>
  277. <width>44</width>
  278. <height>44</height>
  279. </size>
  280. </property>
  281. <property name="maximumSize">
  282. <size>
  283. <width>44</width>
  284. <height>44</height>
  285. </size>
  286. </property>
  287. <property name="cursor">
  288. <cursorShape>ArrowCursor</cursorShape>
  289. </property>
  290. <property name="mouseTracking">
  291. <bool>true</bool>
  292. </property>
  293. <property name="focusPolicy">
  294. <enum>Qt::ClickFocus</enum>
  295. </property>
  296. <property name="styleSheet">
  297. <string notr="true">QToolButton{
  298. image:url(:/painter/Resources/painter/定位标记未点击.png);
  299. }
  300. QToolButton:hover{
  301. image:url(:/painter/Resources/painter/定位标记移入.png);
  302. }
  303. QToolButton:checked{
  304. image:url(:/painter/Resources/painter/定位标记选中.png);
  305. }</string>
  306. </property>
  307. <property name="checkable">
  308. <bool>true</bool>
  309. </property>
  310. <property name="autoExclusive">
  311. <bool>true</bool>
  312. </property>
  313. </widget>
  314. </item>
  315. <item>
  316. <widget class="QToolButton" name="toolButton_eraser">
  317. <property name="minimumSize">
  318. <size>
  319. <width>44</width>
  320. <height>44</height>
  321. </size>
  322. </property>
  323. <property name="maximumSize">
  324. <size>
  325. <width>44</width>
  326. <height>44</height>
  327. </size>
  328. </property>
  329. <property name="cursor">
  330. <cursorShape>ArrowCursor</cursorShape>
  331. </property>
  332. <property name="mouseTracking">
  333. <bool>true</bool>
  334. </property>
  335. <property name="focusPolicy">
  336. <enum>Qt::ClickFocus</enum>
  337. </property>
  338. <property name="styleSheet">
  339. <string notr="true">QToolButton{
  340. image:url(:/painter/Resources/painter/橡皮未点击.png);
  341. }
  342. QToolButton:hover{
  343. image:url(:/painter/Resources/painter/橡皮移入.png);
  344. }
  345. QToolButton:checked{
  346. image:url(:/painter/Resources/painter/橡皮选中.png);
  347. }</string>
  348. </property>
  349. <property name="checkable">
  350. <bool>true</bool>
  351. </property>
  352. <property name="autoExclusive">
  353. <bool>true</bool>
  354. </property>
  355. </widget>
  356. </item>
  357. <item>
  358. <widget class="QToolButton" name="toolButton_switchpage">
  359. <property name="minimumSize">
  360. <size>
  361. <width>44</width>
  362. <height>44</height>
  363. </size>
  364. </property>
  365. <property name="maximumSize">
  366. <size>
  367. <width>44</width>
  368. <height>44</height>
  369. </size>
  370. </property>
  371. <property name="cursor">
  372. <cursorShape>ArrowCursor</cursorShape>
  373. </property>
  374. <property name="mouseTracking">
  375. <bool>true</bool>
  376. </property>
  377. <property name="focusPolicy">
  378. <enum>Qt::ClickFocus</enum>
  379. </property>
  380. <property name="styleSheet">
  381. <string notr="true">QToolButton{
  382. image:url(:/painter/Resources/painter/换页未点击.png);
  383. }
  384. QToolButton:hover{
  385. image:url(:/painter/Resources/painter/换页移入.png);
  386. }
  387. QToolButton:checked{
  388. image:url(:/painter/Resources/painter/换页选中.png);
  389. }</string>
  390. </property>
  391. <property name="checkable">
  392. <bool>false</bool>
  393. </property>
  394. <property name="autoExclusive">
  395. <bool>false</bool>
  396. </property>
  397. </widget>
  398. </item>
  399. <item>
  400. <spacer name="horizontalSpacer">
  401. <property name="orientation">
  402. <enum>Qt::Horizontal</enum>
  403. </property>
  404. <property name="sizeHint" stdset="0">
  405. <size>
  406. <width>375</width>
  407. <height>20</height>
  408. </size>
  409. </property>
  410. </spacer>
  411. </item>
  412. <item>
  413. <widget class="QToolButton" name="toolButton_undo">
  414. <property name="minimumSize">
  415. <size>
  416. <width>44</width>
  417. <height>44</height>
  418. </size>
  419. </property>
  420. <property name="maximumSize">
  421. <size>
  422. <width>44</width>
  423. <height>44</height>
  424. </size>
  425. </property>
  426. <property name="cursor">
  427. <cursorShape>ArrowCursor</cursorShape>
  428. </property>
  429. <property name="mouseTracking">
  430. <bool>true</bool>
  431. </property>
  432. <property name="focusPolicy">
  433. <enum>Qt::ClickFocus</enum>
  434. </property>
  435. <property name="styleSheet">
  436. <string notr="true">QToolButton{
  437. image:url(:/painter/Resources/painter/撤销未点击.png);
  438. }
  439. QToolButton:hover{
  440. image:url(:/painter/Resources/painter/撤销移入.png);
  441. }
  442. QToolButton:checked{
  443. image:url(:/painter/Resources/painter/撤销选中.png);
  444. }</string>
  445. </property>
  446. </widget>
  447. </item>
  448. <item>
  449. <widget class="QToolButton" name="toolButton_restore">
  450. <property name="minimumSize">
  451. <size>
  452. <width>44</width>
  453. <height>44</height>
  454. </size>
  455. </property>
  456. <property name="maximumSize">
  457. <size>
  458. <width>44</width>
  459. <height>44</height>
  460. </size>
  461. </property>
  462. <property name="cursor">
  463. <cursorShape>ArrowCursor</cursorShape>
  464. </property>
  465. <property name="mouseTracking">
  466. <bool>true</bool>
  467. </property>
  468. <property name="focusPolicy">
  469. <enum>Qt::ClickFocus</enum>
  470. </property>
  471. <property name="toolTip">
  472. <string>还原初始图片</string>
  473. </property>
  474. <property name="styleSheet">
  475. <string notr="true">QToolButton{
  476. image:url(:/painter/Resources/painter/还原未点击.png);
  477. }
  478. QToolButton:hover{
  479. image:url(:/painter/Resources/painter/还原移入.png);
  480. }
  481. QToolButton:checked{
  482. image:url(:/painter/Resources/painter/还原选中.png);
  483. }</string>
  484. </property>
  485. </widget>
  486. </item>
  487. </layout>
  488. </widget>
  489. <widget class="QWidget" name="widget_locate" native="true">
  490. <property name="geometry">
  491. <rect>
  492. <x>240</x>
  493. <y>110</y>
  494. <width>162</width>
  495. <height>44</height>
  496. </rect>
  497. </property>
  498. <property name="minimumSize">
  499. <size>
  500. <width>0</width>
  501. <height>44</height>
  502. </size>
  503. </property>
  504. <property name="maximumSize">
  505. <size>
  506. <width>16777215</width>
  507. <height>44</height>
  508. </size>
  509. </property>
  510. <layout class="QHBoxLayout" name="horizontalLayout_3">
  511. <property name="leftMargin">
  512. <number>0</number>
  513. </property>
  514. <property name="topMargin">
  515. <number>0</number>
  516. </property>
  517. <property name="rightMargin">
  518. <number>0</number>
  519. </property>
  520. <property name="bottomMargin">
  521. <number>0</number>
  522. </property>
  523. <item>
  524. <widget class="QToolButton" name="toolButton_locate1">
  525. <property name="minimumSize">
  526. <size>
  527. <width>44</width>
  528. <height>44</height>
  529. </size>
  530. </property>
  531. <property name="maximumSize">
  532. <size>
  533. <width>44</width>
  534. <height>44</height>
  535. </size>
  536. </property>
  537. <property name="cursor">
  538. <cursorShape>ArrowCursor</cursorShape>
  539. </property>
  540. <property name="mouseTracking">
  541. <bool>true</bool>
  542. </property>
  543. <property name="styleSheet">
  544. <string notr="true">QToolButton{
  545. image:url(:/painter/Resources/painter/定位小-未选.png);
  546. }
  547. QToolButton:hover{
  548. image:url(:/painter/Resources/painter/定位小-移入.png);
  549. }
  550. QToolButton:checked{
  551. image:url(:/painter/Resources/painter/定位小-选中.png);
  552. }</string>
  553. </property>
  554. <property name="checkable">
  555. <bool>true</bool>
  556. </property>
  557. <property name="autoExclusive">
  558. <bool>true</bool>
  559. </property>
  560. </widget>
  561. </item>
  562. <item>
  563. <widget class="QToolButton" name="toolButton_locate2">
  564. <property name="minimumSize">
  565. <size>
  566. <width>44</width>
  567. <height>44</height>
  568. </size>
  569. </property>
  570. <property name="maximumSize">
  571. <size>
  572. <width>44</width>
  573. <height>44</height>
  574. </size>
  575. </property>
  576. <property name="cursor">
  577. <cursorShape>ArrowCursor</cursorShape>
  578. </property>
  579. <property name="mouseTracking">
  580. <bool>true</bool>
  581. </property>
  582. <property name="styleSheet">
  583. <string notr="true">QToolButton{
  584. image:url(:/painter/Resources/painter/定位中-未选.png);
  585. }
  586. QToolButton:hover{
  587. image:url(:/painter/Resources/painter/定位中-移入.png);
  588. }
  589. QToolButton:checked{
  590. image:url(:/painter/Resources/painter/定位中-选中.png);
  591. }</string>
  592. </property>
  593. <property name="checkable">
  594. <bool>true</bool>
  595. </property>
  596. <property name="checked">
  597. <bool>true</bool>
  598. </property>
  599. <property name="autoExclusive">
  600. <bool>true</bool>
  601. </property>
  602. </widget>
  603. </item>
  604. <item>
  605. <widget class="QToolButton" name="toolButton_locate3">
  606. <property name="minimumSize">
  607. <size>
  608. <width>44</width>
  609. <height>44</height>
  610. </size>
  611. </property>
  612. <property name="maximumSize">
  613. <size>
  614. <width>44</width>
  615. <height>44</height>
  616. </size>
  617. </property>
  618. <property name="cursor">
  619. <cursorShape>ArrowCursor</cursorShape>
  620. </property>
  621. <property name="mouseTracking">
  622. <bool>true</bool>
  623. </property>
  624. <property name="styleSheet">
  625. <string notr="true">QToolButton{
  626. image:url(:/painter/Resources/painter/定位大-未选.png);
  627. }
  628. QToolButton:hover{
  629. image:url(:/painter/Resources/painter/定位大-移入.png);
  630. }
  631. QToolButton:checked{
  632. image:url(:/painter/Resources/painter/定位大-选中.png);
  633. }</string>
  634. </property>
  635. <property name="checkable">
  636. <bool>true</bool>
  637. </property>
  638. <property name="autoExclusive">
  639. <bool>true</bool>
  640. </property>
  641. </widget>
  642. </item>
  643. </layout>
  644. </widget>
  645. <widget class="QWidget" name="widget_eraser" native="true">
  646. <property name="geometry">
  647. <rect>
  648. <x>590</x>
  649. <y>90</y>
  650. <width>162</width>
  651. <height>44</height>
  652. </rect>
  653. </property>
  654. <property name="minimumSize">
  655. <size>
  656. <width>0</width>
  657. <height>44</height>
  658. </size>
  659. </property>
  660. <property name="maximumSize">
  661. <size>
  662. <width>16777215</width>
  663. <height>44</height>
  664. </size>
  665. </property>
  666. <property name="styleSheet">
  667. <string notr="true">border:none;</string>
  668. </property>
  669. <layout class="QHBoxLayout" name="horizontalLayout_4">
  670. <property name="leftMargin">
  671. <number>0</number>
  672. </property>
  673. <property name="topMargin">
  674. <number>0</number>
  675. </property>
  676. <property name="rightMargin">
  677. <number>0</number>
  678. </property>
  679. <property name="bottomMargin">
  680. <number>0</number>
  681. </property>
  682. <item>
  683. <widget class="QToolButton" name="toolButton_eraser1">
  684. <property name="minimumSize">
  685. <size>
  686. <width>44</width>
  687. <height>44</height>
  688. </size>
  689. </property>
  690. <property name="maximumSize">
  691. <size>
  692. <width>44</width>
  693. <height>44</height>
  694. </size>
  695. </property>
  696. <property name="cursor">
  697. <cursorShape>ArrowCursor</cursorShape>
  698. </property>
  699. <property name="mouseTracking">
  700. <bool>true</bool>
  701. </property>
  702. <property name="styleSheet">
  703. <string notr="true">QToolButton{
  704. image:url(:/painter/Resources/painter/橡皮小-未选.png);
  705. }
  706. QToolButton:hover{
  707. image:url(:/painter/Resources/painter/橡皮小-移入.png);
  708. }
  709. QToolButton:checked{
  710. image:url(:/painter/Resources/painter/橡皮小-选中.png);
  711. }</string>
  712. </property>
  713. <property name="checkable">
  714. <bool>true</bool>
  715. </property>
  716. <property name="autoExclusive">
  717. <bool>true</bool>
  718. </property>
  719. </widget>
  720. </item>
  721. <item>
  722. <widget class="QToolButton" name="toolButton_eraser2">
  723. <property name="minimumSize">
  724. <size>
  725. <width>44</width>
  726. <height>44</height>
  727. </size>
  728. </property>
  729. <property name="maximumSize">
  730. <size>
  731. <width>44</width>
  732. <height>44</height>
  733. </size>
  734. </property>
  735. <property name="cursor">
  736. <cursorShape>ArrowCursor</cursorShape>
  737. </property>
  738. <property name="mouseTracking">
  739. <bool>true</bool>
  740. </property>
  741. <property name="styleSheet">
  742. <string notr="true">QToolButton{
  743. image:url(:/painter/Resources/painter/橡皮中-未选.png);
  744. }
  745. QToolButton:hover{
  746. image:url(:/painter/Resources/painter/橡皮中-移入.png);
  747. }
  748. QToolButton:checked{
  749. image:url(:/painter/Resources/painter/橡皮中-选中.png);
  750. }</string>
  751. </property>
  752. <property name="checkable">
  753. <bool>true</bool>
  754. </property>
  755. <property name="checked">
  756. <bool>true</bool>
  757. </property>
  758. <property name="autoExclusive">
  759. <bool>true</bool>
  760. </property>
  761. </widget>
  762. </item>
  763. <item>
  764. <widget class="QToolButton" name="toolButton_eraser3">
  765. <property name="minimumSize">
  766. <size>
  767. <width>44</width>
  768. <height>44</height>
  769. </size>
  770. </property>
  771. <property name="maximumSize">
  772. <size>
  773. <width>44</width>
  774. <height>44</height>
  775. </size>
  776. </property>
  777. <property name="cursor">
  778. <cursorShape>ArrowCursor</cursorShape>
  779. </property>
  780. <property name="mouseTracking">
  781. <bool>true</bool>
  782. </property>
  783. <property name="styleSheet">
  784. <string notr="true">QToolButton{
  785. image:url(:/painter/Resources/painter/橡皮大-未选.png);
  786. }
  787. QToolButton:hover{
  788. image:url(:/painter/Resources/painter/橡皮大-移入.png);
  789. }
  790. QToolButton:checked{
  791. image:url(:/painter/Resources/painter/橡皮大-选中.png);
  792. }</string>
  793. </property>
  794. <property name="checkable">
  795. <bool>true</bool>
  796. </property>
  797. <property name="autoExclusive">
  798. <bool>true</bool>
  799. </property>
  800. </widget>
  801. </item>
  802. </layout>
  803. </widget>
  804. <widget class="QWidget" name="widget_leftbutton" native="true">
  805. <property name="geometry">
  806. <rect>
  807. <x>50</x>
  808. <y>120</y>
  809. <width>51</width>
  810. <height>81</height>
  811. </rect>
  812. </property>
  813. <property name="styleSheet">
  814. <string notr="true">QWidget{ background-color:transparent;}
  815. QToolButton{
  816. background-color: rgb(242,242,242);
  817. color: rgb(0, 0, 0);
  818. font-size:9pt;
  819. }
  820. QToolButton:hover{
  821. color: rgb(24,144,255);
  822. }
  823. QToolButton:checked{
  824. color: rgb(24,144,255);
  825. }
  826. </string>
  827. </property>
  828. <layout class="QVBoxLayout" name="verticalLayout">
  829. <property name="spacing">
  830. <number>10</number>
  831. </property>
  832. <property name="leftMargin">
  833. <number>0</number>
  834. </property>
  835. <property name="topMargin">
  836. <number>10</number>
  837. </property>
  838. <property name="rightMargin">
  839. <number>0</number>
  840. </property>
  841. <property name="bottomMargin">
  842. <number>0</number>
  843. </property>
  844. <item>
  845. <widget class="QToolButton" name="toolButton_page0">
  846. <property name="cursor">
  847. <cursorShape>PointingHandCursor</cursorShape>
  848. </property>
  849. <property name="text">
  850. <string>第一页</string>
  851. </property>
  852. <property name="checkable">
  853. <bool>true</bool>
  854. </property>
  855. <property name="checked">
  856. <bool>true</bool>
  857. </property>
  858. <property name="autoExclusive">
  859. <bool>true</bool>
  860. </property>
  861. </widget>
  862. </item>
  863. <item>
  864. <widget class="QToolButton" name="toolButton_page1">
  865. <property name="cursor">
  866. <cursorShape>PointingHandCursor</cursorShape>
  867. </property>
  868. <property name="text">
  869. <string>第二页</string>
  870. </property>
  871. <property name="checkable">
  872. <bool>true</bool>
  873. </property>
  874. <property name="autoExclusive">
  875. <bool>true</bool>
  876. </property>
  877. </widget>
  878. </item>
  879. <item>
  880. <spacer name="verticalSpacer_2">
  881. <property name="orientation">
  882. <enum>Qt::Vertical</enum>
  883. </property>
  884. <property name="sizeHint" stdset="0">
  885. <size>
  886. <width>20</width>
  887. <height>40</height>
  888. </size>
  889. </property>
  890. </spacer>
  891. </item>
  892. </layout>
  893. </widget>
  894. <widget class="QWidget" name="widget_rightbutton" native="true">
  895. <property name="geometry">
  896. <rect>
  897. <x>768</x>
  898. <y>230</y>
  899. <width>51</width>
  900. <height>171</height>
  901. </rect>
  902. </property>
  903. <property name="styleSheet">
  904. <string notr="true">QWidget{ background-color:transparent;}
  905. QToolButton{
  906. background-color: rgb(242,242,242);
  907. color: rgb(0, 0, 0);
  908. font-size:9pt;
  909. }
  910. QToolButton:hover{
  911. color: rgb(24,144,255);
  912. }
  913. QToolButton:checked{
  914. color: rgb(0, 0, 0);
  915. }</string>
  916. </property>
  917. <layout class="QVBoxLayout" name="verticalLayout_2">
  918. <property name="spacing">
  919. <number>10</number>
  920. </property>
  921. <property name="leftMargin">
  922. <number>0</number>
  923. </property>
  924. <property name="topMargin">
  925. <number>10</number>
  926. </property>
  927. <property name="rightMargin">
  928. <number>0</number>
  929. </property>
  930. <property name="bottomMargin">
  931. <number>0</number>
  932. </property>
  933. <item>
  934. <widget class="QLabel" name="label_total_count">
  935. <property name="text">
  936. <string>1/41</string>
  937. </property>
  938. <property name="alignment">
  939. <set>Qt::AlignCenter</set>
  940. </property>
  941. </widget>
  942. </item>
  943. <item>
  944. <widget class="QToolButton" name="toolButton_paper_pre">
  945. <property name="cursor">
  946. <cursorShape>PointingHandCursor</cursorShape>
  947. </property>
  948. <property name="text">
  949. <string>上一份</string>
  950. </property>
  951. <property name="checkable">
  952. <bool>false</bool>
  953. </property>
  954. <property name="autoExclusive">
  955. <bool>false</bool>
  956. </property>
  957. </widget>
  958. </item>
  959. <item>
  960. <widget class="QToolButton" name="toolButton_paper_next">
  961. <property name="cursor">
  962. <cursorShape>PointingHandCursor</cursorShape>
  963. </property>
  964. <property name="text">
  965. <string>下一份</string>
  966. </property>
  967. <property name="checkable">
  968. <bool>false</bool>
  969. </property>
  970. <property name="autoExclusive">
  971. <bool>false</bool>
  972. </property>
  973. </widget>
  974. </item>
  975. <item>
  976. <spacer name="verticalSpacer">
  977. <property name="orientation">
  978. <enum>Qt::Vertical</enum>
  979. </property>
  980. <property name="sizeHint" stdset="0">
  981. <size>
  982. <width>20</width>
  983. <height>40</height>
  984. </size>
  985. </property>
  986. </spacer>
  987. </item>
  988. </layout>
  989. </widget>
  990. <widget class="CPaperEditPainter" name="widget_painter" native="true">
  991. <property name="geometry">
  992. <rect>
  993. <x>240</x>
  994. <y>240</y>
  995. <width>211</width>
  996. <height>101</height>
  997. </rect>
  998. </property>
  999. <property name="styleSheet">
  1000. <string notr="true"/>
  1001. </property>
  1002. </widget>
  1003. <zorder>widget_tool</zorder>
  1004. <zorder>widget_leftbutton</zorder>
  1005. <zorder>widget_rightbutton</zorder>
  1006. <zorder>widget_painter</zorder>
  1007. <zorder>widget_locate</zorder>
  1008. <zorder>widget_eraser</zorder>
  1009. </widget>
  1010. <layoutdefault spacing="6" margin="11"/>
  1011. <customwidgets>
  1012. <customwidget>
  1013. <class>CPaperEditPainter</class>
  1014. <extends>QWidget</extends>
  1015. <header>papereditpainter.h</header>
  1016. <container>1</container>
  1017. </customwidget>
  1018. </customwidgets>
  1019. <resources>
  1020. <include location="hjunhandle.qrc"/>
  1021. </resources>
  1022. <connections/>
  1023. </ui>