Files @ 06e596e43cde
Branch filter:

Location: tempo-plotter/misc/icons.qrc - annotation

Hasan Yavuz ÖZDERYA
fix issue #15 snapshots not loading completely in some cases

I think this is a buffering issue caused by use of QFile.canReadLine function.
Note that loaded portion of the file was approximately 16k.
1
2
3
4
5
6
7
<RCC>
    <qresource prefix="/">
        <file>usb_icon.png</file>
        <file>bluetooth_icon.png</file>
        <file>rs232_icon.png</file>
    </qresource>
</RCC>