0101100101

joined 1 month ago
[–] [email protected] 1 points 1 month ago (3 children)

By embedding the class, creates a limitation that prevents abstractions or other implementations of each component. Imagine every suggestion in this conversation thread is another variation with a separate implementation.

If the user wanted to create a new FoldableDockWidget with a different title bar, they'd extend the FoldableDockWidget class and override the Titlebar method in their extension of it. I understand your point, but isn't it over optimisation?

The widget class belongs to the FoldableDockWidget class until it doesn’t. Then a refactor is needed.

One line of instantiating code. I can't imagine where or how the custom title bar would be used outside of the Foldable Dock Widget class though. That's probably the real reason why I made it a sub class. Not how I'd do it in other languages, but in Python? I'm trying it out!

Hardwiring a particular implementation of the Windowing python wrapper is necessary. They have slightly different implementations. If something magically new comes along, then, the code is updated. Again, over optimisation here which is unnecessary.

The code in the process guard is just sample code to demonstrate use of the class. No big deal. It's separate to the class and not to be imported because.. this is a gist of sample code!

[–] [email protected] 2 points 1 month ago

Thanks for the compliment! Python isn't my first language and it's difficult to be able to switch style from one language to another!

I always find it difficult to choose when to use ternary statements. Sometimes, for something quick and simple, I will, otherwise I'll be explicit. This is more of a readability issue than anything else. And I find the ternary statements quite verbose compared to other languages by using the words if/else rather than shorthand symbols.

You're absolutely right about the set_float_icon and corresponding method. Coding's an iterative process and that's a byproduct. I think set_float_icon() along with complimentary methods like set_docked_icon(), set_minimize_icon(), set_restore_icon() etc may be easier to use / remember wtf it does in six months time!

Thanks for the black / ruff suggestion. I've never heard fo them, but I'm about to go look for them.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (5 children)

Thanks for your response.

should never embed classes within other classes)

Why is this? I have to admit that coming from other languages, it feels dirty, but is there a pythonic good reason for this? The class 'belongs' to the FoldableDockWidget class, so I figure it's the best place to put it.

[–] [email protected] 1 points 1 month ago (1 children)

This looks awesome - thanks! What's the all-in price?

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

Thanks. I wondered why I instinctively text-transformed the title of the widget to uppercase! I commented it out thinking perhaps it doesn't look grammatically correct! Reduced the font size a bit and I think it looks a heck of a lot better now!

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (1 children)

Qt automatically handles the conversion of QDockWidgets into tabbed docked widgets when one is dragged over an existing one.

I have a little demo video, but I have no idea where to upload it to!

[–] [email protected] 1 points 1 month ago

If the internet is gone I have no need for a Linux box.

Linux isn't dependent on the internet FYI. It doesn't send telemetrics data to Microsoft for example.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

If you're going to print something, just buy a book. It's much cheaper and you don't have to deal with the carcinogenic effects from the printing.

Online guides are often poorly written.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

Also forgot to point out, you can buy keys with a transparent cover over the top on ali so you can shove a piece of paper underneath the transparent bit to use as labels.

https://ae-pic-a1.aliexpress-media.com/kf/Sa64d09e1337e4dbe8ab64b7194aa790cF.jpg_220x220q75.jpg_.avif

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago)

Amateurs. I use butterflies.

https://xkcd.com/378/

[–] [email protected] 8 points 1 month ago (1 children)

I get this, but an IDE should be invisible and grow as you do and not require you to learn lots of janky things before it becomes a little bit useful for you.

Need the basics, great, here they are. Don't understand some advanced feature? Well the IDE has it here, but it isn't in your way, mess with it as and when you want. It'll still be there.

I don't think one IDE does everything for different languages and its ok to swap editors depending on your workflow, your project and your ever-changing skillset.

[–] [email protected] 2 points 1 month ago

I'm using Mate and it allows me to easily define custom shortcuts to open apps and so on. I suppose autoIt / the linux variants / custom script can add additional functionality to the keypad as well!

view more: ‹ prev next ›