~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to ui/CBroadcastDiscoveryWidget.ui

  • Committer: Nathan Osman
  • Date: 2012-06-30 01:18:20 UTC
  • Revision ID: admin@quickmediasolutions.com-20120630011820-c8dz7p16fll1glro
Fixed a couple of bugs with the new broadcast class, added an icon to the wizard, and tweaked things a bit.

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>CBroadcastDiscoveryWidget</class>
4
 
 <widget class="QWidget" name="CBroadcastDiscoveryWidget">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>350</width>
10
 
    <height>200</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="sizePolicy">
14
 
   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15
 
    <horstretch>0</horstretch>
16
 
    <verstretch>0</verstretch>
17
 
   </sizepolicy>
18
 
  </property>
19
 
  <property name="windowTitle">
20
 
   <string>Broadcast Discovery</string>
21
 
  </property>
22
 
  <layout class="QVBoxLayout" name="verticalLayout">
23
 
   <property name="margin">
24
 
    <number>0</number>
25
 
   </property>
26
 
   <item>
27
 
    <widget class="QLabel" name="Explanation">
28
 
     <property name="sizePolicy">
29
 
      <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
30
 
       <horstretch>0</horstretch>
31
 
       <verstretch>0</verstretch>
32
 
      </sizepolicy>
33
 
     </property>
34
 
     <property name="text">
35
 
      <string>NitroShare needs to determine which network interface to use. Please run NitroShare (or visit this wizard page) with any other machine on your network. This process may take up to 20 seconds to complete.</string>
36
 
     </property>
37
 
     <property name="wordWrap">
38
 
      <bool>true</bool>
39
 
     </property>
40
 
    </widget>
41
 
   </item>
42
 
   <item>
43
 
    <layout class="QHBoxLayout" name="DiscoveryLayout">
44
 
     <property name="spacing">
45
 
      <number>12</number>
46
 
     </property>
47
 
     <item>
48
 
      <widget class="QLabel" name="DiscoveryImage">
49
 
       <property name="text">
50
 
        <string/>
51
 
       </property>
52
 
       <property name="pixmap">
53
 
        <pixmap resource="../resource/main.qrc">:/images/discovery.png</pixmap>
54
 
       </property>
55
 
      </widget>
56
 
     </item>
57
 
     <item>
58
 
      <widget class="QLabel" name="DiscoveryStatus">
59
 
       <property name="text">
60
 
        <string/>
61
 
       </property>
62
 
      </widget>
63
 
     </item>
64
 
     <item>
65
 
      <widget class="QLabel" name="DiscoveryLabel">
66
 
       <property name="sizePolicy">
67
 
        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
68
 
         <horstretch>0</horstretch>
69
 
         <verstretch>0</verstretch>
70
 
        </sizepolicy>
71
 
       </property>
72
 
       <property name="text">
73
 
        <string>Idle.</string>
74
 
       </property>
75
 
      </widget>
76
 
     </item>
77
 
    </layout>
78
 
   </item>
79
 
  </layout>
80
 
 </widget>
81
 
 <resources>
82
 
  <include location="../resource/main.qrc"/>
83
 
 </resources>
84
 
 <connections/>
85
 
</ui>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>CBroadcastDiscoveryWidget</class>
 
4
 <widget class="QWidget" name="CBroadcastDiscoveryWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>350</width>
 
10
    <height>200</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="windowTitle">
 
20
   <string>Broadcast Discovery</string>
 
21
  </property>
 
22
  <layout class="QVBoxLayout" name="verticalLayout">
 
23
   <property name="margin">
 
24
    <number>0</number>
 
25
   </property>
 
26
   <item>
 
27
    <widget class="QLabel" name="Explanation">
 
28
     <property name="sizePolicy">
 
29
      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
 
30
       <horstretch>0</horstretch>
 
31
       <verstretch>0</verstretch>
 
32
      </sizepolicy>
 
33
     </property>
 
34
     <property name="text">
 
35
      <string>NitroShare needs to determine which network interface to use. Please run NitroShare (or visit this wizard page) with any other machine on your network. This process may take up to 20 seconds to complete.</string>
 
36
     </property>
 
37
     <property name="wordWrap">
 
38
      <bool>true</bool>
 
39
     </property>
 
40
    </widget>
 
41
   </item>
 
42
   <item>
 
43
    <layout class="QHBoxLayout" name="DiscoveryLayout" stretch="0,0,0">
 
44
     <property name="spacing">
 
45
      <number>12</number>
 
46
     </property>
 
47
     <item>
 
48
      <widget class="QLabel" name="DiscoveryImage">
 
49
       <property name="text">
 
50
        <string/>
 
51
       </property>
 
52
       <property name="pixmap">
 
53
        <pixmap resource="../resource/main.qrc">:/images/discovery.png</pixmap>
 
54
       </property>
 
55
      </widget>
 
56
     </item>
 
57
     <item>
 
58
      <widget class="QLabel" name="DiscoveryStatus">
 
59
       <property name="text">
 
60
        <string/>
 
61
       </property>
 
62
      </widget>
 
63
     </item>
 
64
     <item>
 
65
      <widget class="QLabel" name="DiscoveryLabel">
 
66
       <property name="sizePolicy">
 
67
        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
68
         <horstretch>0</horstretch>
 
69
         <verstretch>0</verstretch>
 
70
        </sizepolicy>
 
71
       </property>
 
72
       <property name="text">
 
73
        <string>Idle.</string>
 
74
       </property>
 
75
      </widget>
 
76
     </item>
 
77
    </layout>
 
78
   </item>
 
79
  </layout>
 
80
 </widget>
 
81
 <resources>
 
82
  <include location="../resource/main.qrc"/>
 
83
 </resources>
 
84
 <connections/>
 
85
</ui>