Re: Creating Qt Apps That Run In A Tab

2023-04-16 Thread Thomas Passin
In the last post we saw how to toggle our tab on and off. But when we turned it off, our deleted our widget instance. The next time we turned our tab back on, we had to create a new instance of the widget. Sometimes it is better to keep the widget in existence. Then we can open a new tab tha

Re: Creating Qt Apps That Run In A Tab

2023-04-13 Thread Thomas Passin
In my first post on apps in tabs, I wrote this: There are three parts to these "tabbed" apps: 1. Creating the top-level QWidget; 2. Inserting it into a tab and controlling the tab (e.g., toggling it on and off); 3. Interacting with the app. Instead of "Creating the top-level Widget" I could bet

Re: Creating Qt Apps That Run In A Tab

2023-04-13 Thread Thomas Passin
In my first post on apps in tabs, I wrote this: There are three parts to these "tabbed" apps: 1. Creating the top-level QWidget; 2. Inserting it into a tab and controlling the tab (e.g., toggling it on and off); 3. Interacting with the app. Instead of "Creating the top-level Widget" I could bet

Re: Creating Qt Apps That Run In A Tab

2023-04-13 Thread Thomas Passin
I have re-organized the code a bit to make to easier to read. It does the same job as before. Also, I have zipped up the outline to make it easier to get from the browser. More to come soon. On Sunday, April 9, 2023 at 1:14:13 PM UTC-4 Edward K. Ream wrote: > On Sun, Apr 9, 2023 at 7:32 AM

Re: Creating Qt Apps That Run In A Tab

2023-04-09 Thread Edward K. Ream
On Sun, Apr 9, 2023 at 7:32 AM Thomas Passin wrote: > Remind me what you mean by an "info item". Would this be a GitHub issue > with a "devInfo" or "Info" tag? > Exactly. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe f

Re: Creating Qt Apps That Run In A Tab

2023-04-09 Thread Thomas Passin
Remind me what you mean by an "info item". Would this be a GitHub issue with a "devInfo" or "Info" tag? On Sunday, April 9, 2023 at 5:17:47 AM UTC-4 Edward K. Ream wrote: > On Sat, Apr 8, 2023 at 11:31 PM Thomas Passin wrote: > >> Many Qt programs follow the same pattern. > > > Many thanks for

Re: Creating Qt Apps That Run In A Tab

2023-04-09 Thread Edward K. Ream
On Sat, Apr 8, 2023 at 11:31 PM Thomas Passin wrote: > Many Qt programs follow the same pattern. Many thanks for this post. Please create an info item using this post as pre-writing. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To u