Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for pycoderâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #293873 | Initial revision | — | 1 day ago |
Answer | — |
A: How to turn lines of text in PyQt6 QTextEdit into clickable links that call a function? I figured out a solution, which I'm posting here since my question is at the top of the search results. I'll leave out the parts specific to my project since a more generic solution might be more useful to anyone else with a similar problem. ``` import sys from PyQt6.QtWidgets import QApplicatio... (more) |
— | 1 day ago |
Edit | Post #293837 |
Post edited: |
— | 8 days ago |
Edit | Post #293837 | Initial revision | — | 8 days ago |
Question | — |
How to turn lines of text in PyQt6 QTextEdit into clickable links that call a function? A while back, I made this post about reading specified sections in a text file formatted a particular way. I've since updated the format for that file to include links at the start of arbitrary lines within the section text, formatted as `{sectionNumber some text}`. The problem is, I now need to m... (more) |
— | 8 days ago |
Edit | Post #293660 | Initial revision | — | 28 days ago |
Question | — |
How to find the last line number of a section in a text file (particular format) I'm writing a function which reads specified sections in a text file formatted a particular way, but I'm having a hard time figuring out how to locate the last line number. Here's an example of the text file's format, where the numbers correspond to unique sections contained within the square bracket... (more) |
— | 28 days ago |