summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/images
Commit message (Collapse)AuthorAgeFilesLines
* CAN-Example: Change SettingsDialog to ConnectDialogAndre Hartmann2016-05-031-0/+0
| | | | | | | | | | | | | | | This simplifies the handling and makes it more like how other CAN monitors behave. * After startup, the connect dialog is shown * If the dialog is accepted, the selected device is connected instantly * To interrupt a connection, the disconnect action can be used * To connect again, the action connect can be used Change-Id: I47db596658e90cc0393981fba135cd6d89191f1a Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Refactor the UI of CAN example applicationDenis Shienkov2015-08-315-0/+0
* The SettingsDialog class is added * The menu-bar actions and icons are added * All widgets are wrapped with layouts * A code related to device accessing is modified Change-Id: I45d056951163441195f61df411669d1130a41867 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>