~ubuntu-branches/ubuntu/vivid/youker-assistant/vivid

« back to all changes in this revision

Viewing changes to src/modaldialog.ui

  • Committer: Package Import Robot
  • Author(s): Jack Yu
  • Date: 2013-09-02 23:17:45 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130902231745-psyl14qxslg1g3dp
Tags: 0.1.6-0ubuntu1
* Modify SystemDispatcher and SessionDispatcher Classes.
* Add watch file into debian folder.
* Resolve status of onekey button(LP #1216236 ).
* Add monitorball code into systemdbus daemon.
* Optimize the status button.
* Add fcitx configuration function.
* Fix bugs due to bad references to apt lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    </rect>
24
24
   </property>
25
25
   <property name="styleSheet">
26
 
    <string notr="true">border-image: url(:/pixmap/image/quit.png);</string>
 
26
    <string notr="true">border-image: url(:/pixmap/image/quit.png);
 
27
font: 11pt &quot;文泉驿微米黑&quot;;</string>
27
28
   </property>
28
29
   <property name="text">
29
 
    <string/>
 
30
    <string>取消</string>
30
31
   </property>
31
32
  </widget>
32
33
  <widget class="QPushButton" name="okButton">
39
40
    </rect>
40
41
   </property>
41
42
   <property name="styleSheet">
42
 
    <string notr="true">border-image: url(:/pixmap/image/ok.png);</string>
 
43
    <string notr="true">border-image: url(:/pixmap/image/ok.png);
 
44
font: 11pt &quot;文泉驿微米黑&quot;;</string>
43
45
   </property>
44
46
   <property name="text">
45
 
    <string/>
 
47
    <string>确定</string>
46
48
   </property>
47
49
  </widget>
48
50
  <widget class="QLabel" name="btn_close">
84
86
    <string notr="true">border-image: url(:/pixmap/image/message.png);</string>
85
87
   </property>
86
88
   <property name="text">
87
 
    <string>点击确定按钮开始检测 ,检测过程中点击鼠标左键更换颜色,点击右键退出。</string>
 
89
    <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;点击鼠标左键进行换色操作,右键退出。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
88
90
   </property>
89
91
   <property name="pixmap">
90
92
    <pixmap resource="pixmap.qrc">:/pixmap/image/message.png</pixmap>