Mercurial > minori
view include/gui/widgets/elided_label.h @ 398:650a9159a0e7
filesystem: implement win32 watchers
These are really nice :)
| author | Paper <paper@tflc.us> |
|---|---|
| date | Fri, 07 Nov 2025 14:32:11 -0500 |
| parents | 6b0768158dcd |
| children |
line wrap: on
line source
#ifndef MINORI_GUI_WIDGETS_ELIDED_LABEL_H_ #define MINORI_GUI_WIDGETS_ELIDED_LABEL_H_ #include <QFrame> #include <QString> class QPaintEvent; class QWidget; #endif // MINORI_GUI_WIDGETS_ELIDED_LABEL_H_
