I have a QAbstractListModel-derived C++ class which contains a list of two types of things, e.g. like this: class MyList : public QAbstractListModel { Q_OB
I'm testing out this this plugin for local notifications. I want to show a notification on a button press, this is my code: FlatButton( onPressed:
Here is my code Attendance::select(DB::raw('DATE_FORMAT(date, "%D, %d %M %y") as date')) ->where('id', $objAttendance->id) ->first(); But it r
We are using Material UI for the whole Angular project. Now we have to use Formly (https://formly.dev/) for forms. Can I use bootstrap theme in my project for
I have recently update chart.js from 2.9.4 to 3.6.0 and ng2-chart from 2.4.3 to 3.0.8. I have followed the migration guide from chart.js to migrate to v3.X I've
My python interpreter version does not show up at the bottom of the status bar on VS code on my Mac, it used to but suddenly stopped. Everything works but it ju
I want to create candle serie price label like bottom image. I want to add how much time to next candle in price label. i showed my purpose of this question wi