I was using netbootin like I always do, got annoyed about the fact that I couldn’t find my iso image in the mess of files which is called my home directory. That’s when I thought I could implement a filter…
To add a filter to the image selection screen.
First I searched unetbootin’s bug system for any referrence to a file filter and found this, which I assigned to my self.
I got a copy of the source git clone http://github.com/gkovacs/unetbootin.git
Installed the development library required. apt-get install libqt4-dev
Installed the Qt SDK, which also comes with a nice IDE (Qt Creator).
Had a look around and located the function which allows you to select files (void unetbootin::on_FloppyFileSelector_clicked()). It uses Qt’s QFileDialog::getOpenFileName.
Qt API is documented very well I was able to add new filters within seconds See simple.
Referrence http://sourceforge.net/apps/trac/unetbootin/wiki http://doc.qt.nokia.com
25 Jun 2012 | Tags ( bugs features Git Open Source Unetbootin )
Website Last Updated on 4 Oct 2024 (CC BY-SA 4.0)
This site uses JQuery and nanogallery2 hosted by jsdelivr.net
for the Flickr photo feed and GoatCounter for user insights.