5 lines
1.3 KiB
XML
Raw Normal View History

Add IOT dashboard example (#116) * Add IOT dashboard example * Add images * more content * add pie chart * Add skin factories etc. * more work on the pie chart * Try to use quick shapes * Revert "Try to use quick shapes" This reverts commit df6b5b22a339173d2a70ed85744b598811c26b30. Doesn't work that easily unfortunately. * implement design * Add fonts; for now as a resource We should use fontconfig of course later * improve menu bar * implement top bar * use QNanoPainter for circular graphs * Revert "use QNanoPainter for circular graphs" This reverts commit ba0263cb1c19462cc41063ec7087c95e176c8293. Try with QQuickPaintedItem instead for now. * use painted items for circular bar graphs (for now) * use different colors * use some gradients all of this is very hackish still * add to top bar * fix fonts and time display * implement usage * implement indoor temperature * implement Humidity * implement My Devices * fix opacity issue with devices * make icons quadratic with some quick fixes as usual * Add diagram * try to smooth out curves * Add diagram caption * use tiny font * make caption smaller * add wekdays * add grid lines * fix my devices * add light intensity * add box around each section * rename Card to Box * Put indoor temperature inside a box * put Humidity in a box * put the rest in a box * some small stuff * add kirigami code * something works somehow * maybe we don't need our own class still some work to do, but the main thing works * add shadow from outside ... because the class is not a QskControl * fine-tune the layout * cross compilation: Make sure examples find libraries at link time * fix compilation for embedded target * add night time skin * add new button class to better style it * more hints for the night time skin * change hints for dimmer * change hints for progress bars * Use animator for light dimmer * use animator for progress bars * Add Kirigami code It was on oversight that this was forgotten earlier. We could of course strip this down a lot to the part that we are actually using (i.e. the shadowed rectangle). * fix build with new QSkinny version * fix paddings, something in the API changed * fix stretch factors * fix build with new version * clang tidy fixes * fix unused parameter warnings should clean this up properly * beautify example * use astyle * style menu bar properly * fix warning * more size hints * refactor skins * more skin hints * graphic label skin hints * menu item states instead of own API * main grid box styling * top bar styling * fix build * style round progress bars * style time * style indoor temperature and humidity * simplify temperature and humidity * style some more * style My Devices section * style My Devices some more * fix styles when switching between them * style diagram * style more elements inside diagram * more diagram style * fix skin changes * style light intensity * Fix Humidity * fix light intensity layout and other stuff * style light intensity * style button value label * style round button * style button boxes some more * style menu bar top label * style menu bar icons * remove ShadowBox, it is not used * style shadow boxes * remove QskShadowedRectangle We are not using it * style usage spacer * fine tune * Refactor diagram before replacing it * Add Diagram drawn with OpenGL * use new Diagram class * Support more than one data point in a diagram * change data points and colors a bit * position caption box * adapt the spline to show nice curves * remove boost::math dependency We just hardcode the values here so we can get rid of the dependency. * Remove kirigami code that we don't need We only need the shadow * move kirigami code * rename header guards * add license headers * rename some classes
2021-04-26 06:22:35 +02:00
<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.7265 4.16632C13.4614 3.80529 13.0524 3.59761 12.6051 3.59761H12.2664V2.68702C12.2664 1.92022 11.6434 1.29718 10.8734 1.29718H6.80929C6.57606 1.29718 6.3524 1.20453 6.18626 1.04158L5.54725 0.405769C5.28526 0.143777 4.937 0 4.56638 0H1.39051C0.623706 0 0.000674612 0.623032 0.000674612 1.39304V9.49884C-0.00891049 9.80875 0.0837455 10.1155 0.272253 10.3711C0.540635 10.7353 0.952795 10.9462 1.40649 10.9462H11.1801C11.7903 10.9462 12.3239 10.5532 12.5092 9.96851L13.9374 5.4028C14.0684 4.97786 13.9917 4.52736 13.7265 4.16632ZM0.508685 1.39304C0.508685 0.90739 0.904869 0.511205 1.38732 0.511205H4.56638C4.79962 0.511205 5.02007 0.603861 5.18941 0.766808L5.82842 1.40262C6.09041 1.66461 6.43867 1.80839 6.80929 1.80839H10.8766C11.3622 1.80839 11.7584 2.20457 11.7584 2.68702V3.59761H2.8123C2.20205 3.59761 1.66848 3.9906 1.48317 4.57209L0.50549 7.69045V1.39304H0.508685ZM13.4454 5.25264L12.0172 9.81834C11.9022 10.189 11.5635 10.435 11.1769 10.435H1.40329C1.11574 10.435 0.853749 10.3008 0.681217 10.0707C0.51188 9.83751 0.460759 9.54676 0.547025 9.27199L1.96882 4.72546C2.08384 4.35483 2.42251 4.10881 2.80911 4.10881H12.6019C12.8862 4.10881 13.145 4.23981 13.3112 4.46666C13.4837 4.6967 13.5316 4.98106 13.4454 5.25264Z" fill="white"/>
</svg>