Warning, /frameworks/kuserfeedback/src/console/analytics/analyticsview.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>KUserFeedback::Console::AnalyticsView</class> 0004 <widget class="QWidget" name="KUserFeedback::Console::AnalyticsView"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>587</width> 0010 <height>353</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout" name="verticalLayout"> 0014 <property name="leftMargin"> 0015 <number>0</number> 0016 </property> 0017 <property name="topMargin"> 0018 <number>0</number> 0019 </property> 0020 <property name="rightMargin"> 0021 <number>0</number> 0022 </property> 0023 <property name="bottomMargin"> 0024 <number>0</number> 0025 </property> 0026 <item> 0027 <widget class="QTabWidget" name="tabWidget"> 0028 <property name="currentIndex"> 0029 <number>0</number> 0030 </property> 0031 <widget class="QWidget" name="chartTab"> 0032 <attribute name="title"> 0033 <string>Charts</string> 0034 </attribute> 0035 <layout class="QVBoxLayout" name="verticalLayout_7"> 0036 <item> 0037 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0038 <item> 0039 <widget class="QLabel" name="label_2"> 0040 <property name="text"> 0041 <string>&Aggregation:</string> 0042 </property> 0043 <property name="buddy"> 0044 <cstring>chartType</cstring> 0045 </property> 0046 </widget> 0047 </item> 0048 <item> 0049 <widget class="QComboBox" name="chartType"/> 0050 </item> 0051 </layout> 0052 </item> 0053 <item> 0054 <widget class="QStackedWidget" name="chartStack"> 0055 <property name="currentIndex"> 0056 <number>0</number> 0057 </property> 0058 <widget class="QWidget" name="timelinePage"> 0059 <layout class="QVBoxLayout" name="verticalLayout_2"> 0060 <property name="leftMargin"> 0061 <number>0</number> 0062 </property> 0063 <property name="topMargin"> 0064 <number>0</number> 0065 </property> 0066 <property name="rightMargin"> 0067 <number>0</number> 0068 </property> 0069 <property name="bottomMargin"> 0070 <number>0</number> 0071 </property> 0072 <item> 0073 <widget class="QChartView" name="timelineChartView"> 0074 <property name="renderHints"> 0075 <set>QPainter::Antialiasing|QPainter::TextAntialiasing</set> 0076 </property> 0077 </widget> 0078 </item> 0079 </layout> 0080 </widget> 0081 <widget class="QWidget" name="singularPage"> 0082 <layout class="QVBoxLayout" name="verticalLayout_3"> 0083 <item> 0084 <widget class="QChartView" name="singularChartView"/> 0085 </item> 0086 <item> 0087 <layout class="QHBoxLayout" name="horizontalLayout"> 0088 <item> 0089 <widget class="QSlider" name="timeSlider"> 0090 <property name="orientation"> 0091 <enum>Qt::Horizontal</enum> 0092 </property> 0093 </widget> 0094 </item> 0095 <item> 0096 <widget class="QLabel" name="timeLabel"/> 0097 </item> 0098 </layout> 0099 </item> 0100 </layout> 0101 </widget> 0102 </widget> 0103 </item> 0104 </layout> 0105 </widget> 0106 <widget class="QWidget" name="aggregationTab"> 0107 <attribute name="title"> 0108 <string>Aggregated Data</string> 0109 </attribute> 0110 <layout class="QVBoxLayout" name="verticalLayout_6"> 0111 <item> 0112 <widget class="QTableView" name="aggregatedDataView"/> 0113 </item> 0114 </layout> 0115 </widget> 0116 <widget class="QWidget" name="dataTab"> 0117 <attribute name="title"> 0118 <string>Raw Data</string> 0119 </attribute> 0120 <layout class="QVBoxLayout" name="verticalLayout_4"> 0121 <item> 0122 <widget class="QTableView" name="dataView"> 0123 <property name="contextMenuPolicy"> 0124 <enum>Qt::CustomContextMenu</enum> 0125 </property> 0126 </widget> 0127 </item> 0128 </layout> 0129 </widget> 0130 </widget> 0131 </item> 0132 </layout> 0133 <action name="actionAggregateYear"> 0134 <property name="checkable"> 0135 <bool>true</bool> 0136 </property> 0137 <property name="text"> 0138 <string>&Year</string> 0139 </property> 0140 <property name="toolTip"> 0141 <string>Aggregate data by year.</string> 0142 </property> 0143 </action> 0144 <action name="actionAggregateMonth"> 0145 <property name="checkable"> 0146 <bool>true</bool> 0147 </property> 0148 <property name="text"> 0149 <string>&Month</string> 0150 </property> 0151 <property name="toolTip"> 0152 <string>Aggregate data by month.</string> 0153 </property> 0154 </action> 0155 <action name="actionAggregateWeek"> 0156 <property name="checkable"> 0157 <bool>true</bool> 0158 </property> 0159 <property name="text"> 0160 <string>&Week</string> 0161 </property> 0162 <property name="toolTip"> 0163 <string>Aggregate data by week.</string> 0164 </property> 0165 </action> 0166 <action name="actionAggregateDay"> 0167 <property name="checkable"> 0168 <bool>true</bool> 0169 </property> 0170 <property name="text"> 0171 <string>&Day</string> 0172 </property> 0173 <property name="toolTip"> 0174 <string>Aggregate data by day.</string> 0175 </property> 0176 </action> 0177 <action name="actionExportData"> 0178 <property name="icon"> 0179 <iconset theme="document-export"/> 0180 </property> 0181 <property name="text"> 0182 <string>&Export Data...</string> 0183 </property> 0184 <property name="toolTip"> 0185 <string>Export all recorded data.</string> 0186 </property> 0187 </action> 0188 <action name="actionImportData"> 0189 <property name="icon"> 0190 <iconset theme="document-import"/> 0191 </property> 0192 <property name="text"> 0193 <string>&Import Data...</string> 0194 </property> 0195 <property name="toolTip"> 0196 <string>Import data samples.</string> 0197 </property> 0198 </action> 0199 <action name="actionReload"> 0200 <property name="icon"> 0201 <iconset theme="view-refresh"/> 0202 </property> 0203 <property name="text"> 0204 <string>&Reload Data</string> 0205 </property> 0206 <property name="toolTip"> 0207 <string>Refresh data from the server.</string> 0208 </property> 0209 </action> 0210 <action name="actionTimelineChart"> 0211 <property name="checkable"> 0212 <bool>true</bool> 0213 </property> 0214 <property name="icon"> 0215 <iconset theme="office-chart-line-stacked"/> 0216 </property> 0217 <property name="text"> 0218 <string>&Timeline Chart</string> 0219 </property> 0220 <property name="toolTip"> 0221 <string>Show development over time.</string> 0222 </property> 0223 </action> 0224 <action name="actionSingularChart"> 0225 <property name="checkable"> 0226 <bool>true</bool> 0227 </property> 0228 <property name="icon"> 0229 <iconset theme="office-chart-pie"/> 0230 </property> 0231 <property name="text"> 0232 <string>&Singular Chart</string> 0233 </property> 0234 <property name="toolTip"> 0235 <string>Show chart for a single time interval.</string> 0236 </property> 0237 </action> 0238 <action name="actionExportChart"> 0239 <property name="icon"> 0240 <iconset theme="document-save-as"/> 0241 </property> 0242 <property name="text"> 0243 <string>Export &Chart...</string> 0244 </property> 0245 <property name="toolTip"> 0246 <string>Export the current chart as image, SVG or PDF.</string> 0247 </property> 0248 </action> 0249 </widget> 0250 <customwidgets> 0251 <customwidget> 0252 <class>QChartView</class> 0253 <extends>QGraphicsView</extends> 0254 <header location="global">QChartView</header> 0255 </customwidget> 0256 </customwidgets> 0257 <resources/> 0258 <connections/> 0259 </ui>