lardman
|
2011-02-08
, 13:45
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#761
|
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2011-02-08
, 13:54
|
Posts: 67 |
Thanked: 14 times |
Joined on Mar 2010
@ Portland OR USA
|
#762
|
The Following User Says Thank You to telecomgeek79 For This Useful Post: | ||
|
2011-02-09
, 02:10
|
Posts: 109 |
Thanked: 45 times |
Joined on Aug 2010
|
#763
|
No, that's the one, rename it (get rid of the .txt extension which I had to add to allow the file to be attached) and place it in /usr/share/mbarcode/plugins/pythonqt/
Then it should just appear in the plugin settings window (if you want to disable all other plugins and only have that one running) or otherwise it will be listed in the results window when you scan an EAN/ISBN barcode.
You'll need to install pyside from extras-devel (if this script were packaged up correctly rather than just a single file, that would be a dep to be automatically installed.)
It's just Python code, take a look at it, should be pretty easy to understand what it's doing, etc.
The Following User Says Thank You to eachna For This Useful Post: | ||
|
2011-02-09
, 02:59
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#764
|
|
2011-02-10
, 23:37
|
Posts: 8 |
Thanked: 4 times |
Joined on Jan 2011
@ Vancouver, BC, Canada
|
#765
|
|
2011-02-11
, 08:48
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#766
|
|
2011-02-11
, 08:52
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#767
|
I've been looking at the mbarcode code and I see xml files describing the interface. I was expecting to see interface defined in QML instead.
My experience with Qt is very limited so my question would be if using xml -based description for interface (I assume those are processed by qdbusxml2cpp) is a preferable way of describing/designing user interfaces? What about QML - will that result in better performance as Qt documentation claims?
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2011-02-11
, 15:52
|
Posts: 109 |
Thanked: 45 times |
Joined on Aug 2010
|
#768
|
Try starting mbarcode from the terminal and see whether it has any messages about the plugin. Can you confirm the filename and path for me too please as it works fine for me.
|
2011-02-12
, 07:13
|
Posts: 8 |
Thanked: 4 times |
Joined on Jan 2011
@ Vancouver, BC, Canada
|
#769
|
|
2011-02-12
, 15:40
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#770
|