~feng-kylin/youker-assistant/youker-assistant

« back to all changes in this revision

Viewing changes to src/autostartwidget.ui

  • Committer: lixiang
  • Date: 2018-03-06 03:13:06 UTC
  • Revision ID: lixiang@kylinos.cn-20180306031306-fd7qnru3vm4a1xjd
Rewrite with Qt5, and add system monitor

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>AutoStartWidget</class>
 
4
 <widget class="QDialog" name="AutoStartWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>560</width>
 
10
    <height>398</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Dialog</string>
 
15
  </property>
 
16
  <widget class="QWidget" name="widget_1" native="true">
 
17
   <property name="geometry">
 
18
    <rect>
 
19
     <x>0</x>
 
20
     <y>32</y>
 
21
     <width>560</width>
 
22
     <height>33</height>
 
23
    </rect>
 
24
   </property>
 
25
  </widget>
 
26
  <widget class="QWidget" name="widget_2" native="true">
 
27
   <property name="geometry">
 
28
    <rect>
 
29
     <x>0</x>
 
30
     <y>65</y>
 
31
     <width>560</width>
 
32
     <height>31</height>
 
33
    </rect>
 
34
   </property>
 
35
  </widget>
 
36
  <widget class="QScrollArea" name="scrollArea">
 
37
   <property name="geometry">
 
38
    <rect>
 
39
     <x>0</x>
 
40
     <y>96</y>
 
41
     <width>560</width>
 
42
     <height>300</height>
 
43
    </rect>
 
44
   </property>
 
45
   <property name="widgetResizable">
 
46
    <bool>true</bool>
 
47
   </property>
 
48
   <widget class="QWidget" name="scrollAreaWidgetContents">
 
49
    <property name="geometry">
 
50
     <rect>
 
51
      <x>0</x>
 
52
      <y>0</y>
 
53
      <width>558</width>
 
54
      <height>298</height>
 
55
     </rect>
 
56
    </property>
 
57
   </widget>
 
58
  </widget>
 
59
 </widget>
 
60
 <resources/>
 
61
 <connections/>
 
62
</ui>