Search found 259 matches

by seasoned_geek
Sat Jul 23 2022 1:59 pm
Forum: Designer
Topic: QPushButton default size
Replies: 0
Views: 20455

QPushButton default size

Minor nit.

The "default size" for QPushButton in this designer version is different than the Qt 5.x Designer. That designer used 89W and 25H. You notice this designer defaults to smaller buttons if you edit a UI file that was created with Qt 5.x Designer.
by seasoned_geek
Sat Jul 09 2022 12:58 pm
Forum: Developers
Topic: Playing media from QIODevice and nothing else
Replies: 2
Views: 3365

Re: Playing media from QIODevice and nothing else

Do you have a _complete_ buildable example you can zip up somewhere? Source, data, cmake, etc. I have no idea why you are using QIODevice when 1.ogg is a file. Might have some time this weekend or on Monday to try converting your code to use a QFile which can be consumed by a stream. Need to also se...
by seasoned_geek
Wed Jun 29 2022 12:28 pm
Forum: User Support
Topic: Does it work on Wayland?
Replies: 3
Views: 6097

Re: Does it work on Wayland?

Wayland is pretty big in the embedded world right now. All Toradex and Variscite SoC force it on you. Well, all of the new iMX8 stuff does. NXP creates most of the BSP software and they've removed X11.
by seasoned_geek
Tue Jun 21 2022 10:22 am
Forum: Developers
Topic: Flatpak anyone?
Replies: 1
Views: 2310

Re: Flatpak anyone?

Just an FYI,

Flatpak won't work until the other issues are cleaned up for the newer compiler versions.

https://www.logikalsolutions.com/wordpress/wp-content/uploads/2022/06/flatpak-fail.png
by seasoned_geek
Thu Jun 16 2022 7:49 pm
Forum: Developers
Topic: Flatpak anyone?
Replies: 1
Views: 2310

Flatpak anyone?

All, Has anyone started down the road of Flatpaking CopperSpice? Was considering putting RedDiamond in a Flatpak but if I have to start from scratch with CopperSpice that's a big effort for "spare" time. Flatpak appears to be the new trendy application distribution method for Linux. Elemen...
by seasoned_geek
Wed Jun 15 2022 9:30 pm
Forum: Developers
Topic: CopperSpice port of Scintilla now available
Replies: 2
Views: 3546

Re: CopperSpice port of Scintilla now available

For those interested, RedDiamond 3.0.0 has Debian and RPMs

https://sourceforge.net/projects/reddiamond/files/3.0.0/

This is CopperSpice and CsScintilla editor with EDT keypad navigation.
by seasoned_geek
Sun Jun 12 2022 4:14 pm
Forum: Issues
Topic: Ubuntu 18.04 cmake 3.22 build issues
Replies: 1
Views: 4799

Ubuntu 18.04 cmake 3.22 build issues

All, Long ago when I started with this we had to add kitware.com to software sources in Ubuntu 18.04 because the version of cmake in the repo was not up to 3.16 or whatever was needed. This morning I tried to do a clean build in a VM configured this way. Cmake spits out the following: -- Found Threa...
by seasoned_geek
Wed Jun 01 2022 1:55 pm
Forum: Developers
Topic: CopperSpice port of Scintilla now available
Replies: 2
Views: 3546

CopperSpice port of Scintilla now available

All, After a lot of life got in the way, CsScintilla is now an actual SourceForge project. Those looking to create your own text editors and IDEs now have a CopperSpice compatible editing library with major capabilities. https://sourceforge.net/projects/csscintilla/ It uses Mercurial because Scintil...
by seasoned_geek
Tue May 10 2022 11:20 am
Forum: Developers
Topic: Ubuntu 22.04 compiler warnings
Replies: 8
Views: 4686

Ubuntu 22.04 compiler warnings

Here's a sample from Ubuntu 22.04 Ubuntu 22.04 compile issues developer@roland-u22-04-VirtualBox:~/Projects$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename: jammy developer@roland-u22-04-VirtualBox:~/Projects$ gcc --version g...
by seasoned_geek
Mon May 09 2022 7:37 pm
Forum: Developers
Topic: Compilation warning
Replies: 3
Views: 3180

Re: Compilation warning

developer@fedora Projects]$ cat /etc/os-release NAME="Fedora Linux" VERSION="35 (Workstation Edition)" ID=fedora VERSION_ID=35 VERSION_CODENAME="" PLATFORM_ID="platform:f35" PRETTY_NAME="Fedora Linux 35 (Workstation Edition)" ANSI_COLOR="0;38;2...