Re: [wsjt-devel] Editing the UI

2023-08-04 Thread Kari Sillanmäki via wsjt-devel
On 8/4/23 18:48, Ashhar Farhan via wsjt-devel wrote: Alex, thanks. After editing the file, when I run cmake --build .., nothing happens. How do I recompile? - f OM, are you using the wsjtx.tgz tarball from https://sourceforge.net/projects/wsjt/files/? If so, then please note that the cmake

Re: [wsjt-devel] Editing the UI

2023-08-04 Thread Alex Lelievre via wsjt-devel
You might need to remove one of the stamp files to get the build going. rm ~/wsjtx-build/wsjtx-prefix/src/wsjtx-stamp/wsjtx-build best, alex > On Aug 4, 2023, at 8:48 AM, Ashhar Farhan wrote: > > Alex, thanks. > After editing the file, when I run cmake --build .., nothing happens. How do

Re: [wsjt-devel] Editing the UI

2023-08-04 Thread Alex Lelievre via wsjt-devel
You are right that QtDesigner is the app to use. Just open the .ui files and edit away. You might need to hide some controls outside the bounds of the window rather than deleting them. best, alex > On Aug 3, 2023, at 10:20 PM, Ashhar Farhan via wsjt-devel > wrote: > >  > Hello, > This

Re: [wsjt-devel] Editing the UI

2023-08-04 Thread Ashhar Farhan via wsjt-devel
Alex, thanks. After editing the file, when I run cmake --build .., nothing happens. How do I recompile? - f On Fri, Aug 4, 2023, 9:06 PM Alex Lelievre wrote: > You are right that QtDesigner is the app to use. Just open the .ui files > and edit away. > > You might need to hide some controls outsi