Blame view
allanplotUI.ui
5.47 KB
b62959916 Add files via upload |
1 2 3 4 5 6 7 8 |
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> |
216c27103 Add files via upload |
9 10 |
<width>766</width> <height>780</height> |
b62959916 Add files via upload |
11 12 13 |
</rect> </property> <property name="windowTitle"> |
216c27103 Add files via upload |
14 |
<string>allanplot-gui</string> |
b62959916 Add files via upload |
15 16 17 |
</property> <widget class="QWidget" name="centralwidget"> <layout class="QGridLayout" name="gridLayout"> |
b62959916 Add files via upload |
18 19 20 21 22 23 24 |
<item row="1" column="1"> <widget class="QPushButton" name="pushOpen"> <property name="text"> <string>Open</string> </property> </widget> </item> |
216c27103 Add files via upload |
25 |
<item row="4" column="1"> |
b62959916 Add files via upload |
26 |
<widget class="QGroupBox" name="groupBox"> |
216c27103 Add files via upload |
27 28 29 30 31 32 |
<property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> |
b62959916 Add files via upload |
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
<property name="title"> <string>Plotting tools</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QPushButton" name="pushTimePlot"> <property name="text"> <string>Time Plot</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushRelativeTimePlot"> <property name="text"> <string>Relative Time Plot</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushAdevPlot"> <property name="text"> <string>Adev Plot</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushRelativeAdevPlot"> <property name="text"> <string>Relative Adev Plot</string> </property> </widget> </item> </layout> </widget> </item> |
216c27103 Add files via upload |
68 69 70 71 72 73 74 |
<item row="4" column="2"> <widget class="QTextBrowser" name="textValue"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> |
b62959916 Add files via upload |
75 |
</property> |
216c27103 Add files via upload |
76 |
<property name="minimumSize"> |
b62959916 Add files via upload |
77 |
<size> |
216c27103 Add files via upload |
78 79 |
<width>600</width> <height>150</height> |
b62959916 Add files via upload |
80 81 |
</size> </property> |
216c27103 Add files via upload |
82 83 84 85 86 87 88 89 90 91 92 93 94 95 |
<property name="maximumSize"> <size> <width>16777215</width> <height>150</height> </size> </property> <property name="html"> <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string> </property> </widget> |
b62959916 Add files via upload |
96 97 98 99 100 101 102 103 |
</item> <item row="2" column="1"> <widget class="QPushButton" name="pushQuit"> <property name="text"> <string>Quit</string> </property> </widget> </item> |
216c27103 Add files via upload |
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 |
<item row="1" column="2" rowspan="3"> <widget class="QTextBrowser" name="textFileList"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>600</width> <height>100</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>100</height> </size> </property> |
b62959916 Add files via upload |
127 128 129 130 131 |
<property name="html"> <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;"> |
216c27103 Add files via upload |
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">.dat files</p></body></html></string> </property> </widget> </item> <item row="5" column="1" colspan="2"> <widget class="QFrame" name="frame"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>700</width> <height>500</height> </size> |
b62959916 Add files via upload |
149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
</property> </widget> </item> </layout> </widget> <action name="actionOpen"> <property name="text"> <string>Open</string> </property> </action> <action name="actionPlot"> <property name="text"> <string>Plot</string> </property> </action> <action name="actionQuit"> <property name="text"> <string>Quit</string> </property> </action> </widget> <resources/> <connections/> </ui> |