问题 I have extended QListView to override its mouse events, and I wish to make that extension available as a widget on the Qt Creator visual design Widget Box. I am following the analog clock example of building a custom widget. I managed to build it without errors. But how do I install it? Do I add a build step and append "install" to the make command? The Qt docs merely mention, like, oh you could install just it or make install, without clearly explaining how to install a custom widget. How do