~cka/openwns-wrowser/openwnsIsParentPackage

« back to all changes in this revision

Viewing changes to ui/Windows_ProbeInfo.ui

  • Committer: Klaus Sambale
  • Date: 2010-02-16 18:04:33 UTC
  • mfrom: (57.1.27 openwns-wrowser)
  • Revision ID: ksw@comnets.rwth-aachen.de-20100216180433-pxa4khv2ekg2rt88
Changelog:

- New export feature: generated python script requests results from the database and plots them via matplotlib

- Campaign title is added to the window title

- In the "Select Campaign" window the user's own campaigns are automatically opened in the tree view

- "Probe Info" window displays also the scenario id

- When selecting multiple probes to be plotted only the differing parts of the probenames are shown in the legend widget

- Aggregation feature is only available for Parameter and PDF/CDF/CCDF Figures

- When aggregating graphs in Parameter and PDF/CDF/CCDF Figures the original graphs are weighted equally

- Graph configuration (title, scaling, markers...) is kept when redrawing the graphs

- Legend markers are displayed correctly under Ubuntu 9.10 (karmic)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <author></author>
3
 
 <comment></comment>
4
 
 <exportmacro></exportmacro>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
5
3
 <class>Windows_ProbeInfo</class>
6
 
 <widget class="QWidget" name="Windows_ProbeInfo" >
7
 
  <property name="geometry" >
 
4
 <widget class="QWidget" name="Windows_ProbeInfo">
 
5
  <property name="geometry">
8
6
   <rect>
9
7
    <x>0</x>
10
8
    <y>0</y>
12
10
    <height>300</height>
13
11
   </rect>
14
12
  </property>
15
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
16
14
   <string>Probe Info</string>
17
15
  </property>
18
 
  <layout class="QVBoxLayout" >
19
 
   <property name="margin" >
 
16
  <layout class="QVBoxLayout">
 
17
   <property name="spacing">
 
18
    <number>6</number>
 
19
   </property>
 
20
   <property name="margin">
20
21
    <number>9</number>
21
22
   </property>
22
 
   <property name="spacing" >
23
 
    <number>6</number>
24
 
   </property>
25
23
   <item>
26
 
    <widget class="QTreeView" name="view" />
 
24
    <widget class="QTreeView" name="view">
 
25
     <property name="contextMenuPolicy">
 
26
      <enum>Qt::ActionsContextMenu</enum>
 
27
     </property>
 
28
    </widget>
27
29
   </item>
28
30
   <item>
29
 
    <layout class="QHBoxLayout" >
30
 
     <property name="margin" >
 
31
    <layout class="QHBoxLayout">
 
32
     <property name="spacing">
 
33
      <number>6</number>
 
34
     </property>
 
35
     <property name="margin">
31
36
      <number>0</number>
32
37
     </property>
33
 
     <property name="spacing" >
34
 
      <number>6</number>
35
 
     </property>
36
38
     <item>
37
39
      <spacer>
38
 
       <property name="orientation" >
 
40
       <property name="orientation">
39
41
        <enum>Qt::Horizontal</enum>
40
42
       </property>
41
 
       <property name="sizeHint" >
 
43
       <property name="sizeHint" stdset="0">
42
44
        <size>
43
45
         <width>40</width>
44
46
         <height>20</height>
47
49
      </spacer>
48
50
     </item>
49
51
     <item>
50
 
      <widget class="QPushButton" name="closeButton" >
51
 
       <property name="text" >
 
52
      <widget class="QPushButton" name="closeButton">
 
53
       <property name="text">
52
54
        <string>Close</string>
53
55
       </property>
54
56
      </widget>
56
58
    </layout>
57
59
   </item>
58
60
  </layout>
 
61
  <action name="actionDisplayErrAndOut">
 
62
   <property name="text">
 
63
    <string>Display stderr stdout ...</string>
 
64
   </property>
 
65
  </action>
59
66
 </widget>
60
 
 <pixmapfunction></pixmapfunction>
61
67
 <resources/>
62
68
 <connections>
63
69
  <connection>
66
72
   <receiver>Windows_ProbeInfo</receiver>
67
73
   <slot>close()</slot>
68
74
   <hints>
69
 
    <hint type="sourcelabel" >
 
75
    <hint type="sourcelabel">
70
76
     <x>347</x>
71
77
     <y>277</y>
72
78
    </hint>
73
 
    <hint type="destinationlabel" >
 
79
    <hint type="destinationlabel">
74
80
     <x>199</x>
75
81
     <y>149</y>
76
82
    </hint>