Search found 24 matches
- Tue May 23 2023 12:19 pm
- Forum: Developers
- Topic: Please help me compilated and link my branch CopperSpice!
- Replies: 7
- Views: 13718
Re: Please help me compilated and link my branch CopperSpice!
Barbara, I don't really want to keep a separate fork of CopperSpice! I started it to put a requirement on GitHub, but since there were problems with the assembly of the Prabhupada library, I did not have time to do it. Look here - the same Prabhupada.h and files QPrabhupada.cpp they work very well w...
- Sat May 20 2023 7:34 pm
- Forum: Developers
- Topic: Please help me compilated and link my branch CopperSpice!
- Replies: 7
- Views: 13718
Re: Please help me compilated and link my branch CopperSpice!
Thank You very much for letter! I will remove the Cs prefix one of these days, since the CopperSpice compilation is a whole ceremony that stretches for a long time! Now my Prabhupada library compiles well and at first glance stands on a par with such a library as, for example, CsSql. But when it com...
- Sun May 14 2023 7:17 am
- Forum: Developers
- Topic: Please help me compilated and link my branch CopperSpice!
- Replies: 7
- Views: 13718
Re: Please help me compilated and link my branch CopperSpice!
Hello, Barbara and everyone else! The Prabhupada Dictionary application is working. It is not fully written, but what is written is debugged and works. I agree that you need to make your own library. No, not everything can be divided without using the CopperSpice code. I just wanted to offer good th...
- Sat May 13 2023 2:10 pm
- Forum: Developers
- Topic: Please help me compilated and link my branch CopperSpice!
- Replies: 7
- Views: 13718
Please help me compilated and link my branch CopperSpice!
My branch this - https://github.com/Navadvipa-Chandra-das/copperspice My application this - https://github.com/Navadvipa-Chandra-das/PrabhupadaDictionary But at the moment the assembly of Prabhupada Dictionary is not possible, because CopperSpice is not being assembled. [3770/3845] Linking CXX share...
- Thu Mar 16 2023 7:25 am
- Forum: Issues
- Topic: QSaveFile.open( QIODevice::Append ) not work
- Replies: 2
- Views: 18333
QSaveFile.open( QIODevice::Append ) not work
Hello, All! void PrabhupadaLog( const QString &AFileName, const QString &msg ) { QSaveFile ASaveFile = QSaveFile( AFileName ); QDataStream AStream = QDataStream( &ASaveFile ); ASaveFile.open( QIODevice::WriteOnly ); // work QString S = QDateTime::currentDateTime().toString( "dd/MM/y...
- Mon Dec 26 2022 7:08 pm
- Forum: Issues
- Topic: ToolBar::allowedAreas not work in CopperSpice Designer
- Replies: 7
- Views: 14095
Re: ToolBar::allowedAreas not work in CopperSpice Designer
Hare Krishna Alan, Barbara and All! Thank you so much for your concern! I hope version 1.8.1 will be released soon and this problem will no longer be there! I also really hope that the new version will be compiled by the GCC 12.2 compiler. I also really hope that it will be possible to compile in De...
- Thu Dec 22 2022 9:24 am
- Forum: Issues
- Topic: ToolBar::allowedAreas not work in CopperSpice Designer
- Replies: 7
- Views: 14095
ToolBar::allowedAreas not work in CopperSpice Designer
ToolBar::allowedAreas not work in CopperSpice Designer. allowedAreas should expand into many small boolean values. But there is no such thing and no editing of this property in the "Property Editor" is possible.
Thank you!
With best regards, Navadvipa Chandra das.
Thank you!
With best regards, Navadvipa Chandra das.
- Wed Dec 21 2022 5:35 pm
- Forum: User Support
- Topic: What is the secret of QMainWindow? And other questions.
- Replies: 1
- Views: 6794
Re: What is the secret of QMainWindow? And other questions.
I watched several videos and found answers to my three questions. And one question remained, as it was associated with incorrect code generation by the utility uic.exe . 1. When inheriting a window from QMainWindow in the window constructor, we first need to create a centralwidget, and only then cre...
- Tue Dec 20 2022 8:24 pm
- Forum: User Support
- Topic: What is the secret of QMainWindow? And other questions.
- Replies: 1
- Views: 6794
What is the secret of QMainWindow? And other questions.
Source Code (Gui Example 4) from CopperSpice Journal Homepage. If class MainWindow : public QWidget - all good works. Is little change code: class MainWindow : public QMainWindow - widgets are not displayed in the window. I suspect that the invisible remains layoutMain : QVBoxLayout *layoutMain = ne...
- Fri Dec 09 2022 4:35 pm
- Forum: Installation
- Topic: Install CopperSpice 1.8 from source in Windows
- Replies: 11
- Views: 17671
Re: Install CopperSpice 1.8 from source in Windows
Thank You for reply. I did it.
Thank You!
Hare Krishna!
With best regards, Navadvipa Chandra das.
Thank You!
Hare Krishna!
With best regards, Navadvipa Chandra das.