Intro
Downloads
Community
Development
News
TALK
Power Search
Today's Posts
Search
Register
Talk FAQ
Community
Forgot Password?
Active Topics
Maemo repository (5)
to
Community
by dredlok706 - 1 day, 18 hrs ago
Re-commissioning N9 in 2018 (127)
to
MeeGo / Harmattan
by smatkovi - 1 day, 20 hrs ago
Porting apps to Leste (41)
to
Maemo 7 / Leste
by Arno_11 - 2 days, 14 hrs ago
List of well performing apps on Leste (33)
to
Maemo 7 / Leste
by teroyk - 2 days, 22 hrs ago
N900 is not recognizable on any of my devices (windows 10,7, xp) What can I do? (1)
to
Nokia N900
by nieldk - 4 days, 2 hrs ago
more...
maemo.org
>
Talk
>
Search Forums
> Search Results
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Find All Thanked Posts
Go to Page...
Showing results 1 to 10 of 10 @ 0.43 seconds.
Search:
Posts Made By:
tdesws
Forum:
Development
2010-03-24, 14:56
Replies:
65
I'm learning with Qt and I have a question
Views:
27,586
Posted By
nath
Re: I'm learning with Qt and I have a question
Your curly brackets aren't matching. You can easily see that in the main.cpp where you have two closing ones right after each other.
Forum:
Development
2010-03-24, 14:14
Replies:
65
I'm learning with Qt and I have a question
Views:
27,586
Posted By
krk969
Re: I'm learning with Qt and I have a question
change the above to
....
private:
Ui::MainWindow *ui;
// member functions
void MainWindow::initMyWordList()
// member variables
static int _clickCounter;
...
Forum:
Development
2010-03-24, 14:13
Replies:
65
I'm learning with Qt and I have a question
Views:
27,586
Posted By
VDVsx
Re: I'm learning with Qt and I have a question
Removes the brackets in line 24 and 30.
Forum:
Development
2010-03-22, 18:21
Replies:
65
I'm learning with Qt and I have a question
Views:
27,586
Posted By
krk969
Re: I'm learning with Qt and I have a question
put all your words in a file(example /home/user/wordlist) , 1 word per line.
mainwindow.h
class MainWindow
{
...
private: // member functions
void MainWindow::initMyWordList();...
Forum:
Development
2010-03-22, 17:58
Replies:
65
I'm learning with Qt and I have a question
Views:
27,586
Posted By
krk969
Re: I'm learning with Qt and I have a question
so you want to print a random text from a list every time you click ?
whats the requirement ?
Forum:
Development
2010-03-22, 15:05
Replies:
65
I'm learning with Qt and I have a question
Views:
27,586
Posted By
krk969
Re: I'm learning with Qt and I have a question
QT is mainly a graphical toolkit that will allow you to create cross platform code with graphical interfaces, you can use it for backend server coding also, if you like :D
QT is based on C++, so if...
Forum:
Development
2010-03-22, 15:01
Replies:
65
I'm learning with Qt and I have a question
Views:
27,586
Posted By
krk969
Re: I'm learning with Qt and I have a question
mainwindow.h
class MainWindow
{
........
private:
static int _clickCounter;
};
Forum:
Development
2010-03-21, 21:59
Replies:
65
I'm learning with Qt and I have a question
Views:
27,586
Posted By
Sasler
Re: I'm learning with Qt and I have a question
If I understood you correctly, you could try this:
void MainWindow::on_Button_clicked()
{
ui->label->setText("text2 text2 text2");
}
Assuming that on_Button_clicked() is called...
Forum:
Development
2010-03-21, 20:49
Replies:
65
I'm learning with Qt and I have a question
Views:
27,586
Posted By
TNiga
Re: I'm learning with Qt and I have a question
In case you haven't already found out (since you are so new to Qt): Qt has very good documentation with nice examples here http://doc.trolltech.com/4.5/index.html
For example:...
Forum:
Development
2010-03-21, 20:32
Replies:
65
I'm learning with Qt and I have a question
Views:
27,586
Posted By
bousch
Re: I'm learning with Qt and I have a question
Are you using python or c++? If the control displaying "TEXT TEXT TEXT" in your example is a simple label and you are using c++ you should use the label->setText(const QString &text) method.
Your...
Showing results 1 to 10 of 10
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Talk
General
Brainstorm
Community
Off Topic
Software
Applications
Multimedia
Games
Themes
Design
OS / Platform
SailfishOS
NeoFremantle
MeeGo / Harmattan
Maemo 5 / Fremantle
Maemo 7 / Leste
OS2008 / Maemo 4 / Chinook - Diablo
OS2006 / Maemo 2 / Mistral - Scirocco - Gregale
Development
Alternatives
Android
FirefoxOS
Nemo Mobile
Tizen
Ubuntu
Devices
Sailfishes
Turing Phone
JollaC & Intex Aqua Fish
Jolla Tablet
Jolla1 & TOH
The Other Half
Neo900
Nokia N9 / N950
Nokia N900
Nokia N810
Nokia N800
Nokia 770
Accessories
Competitors
Buy & Sell
Old
News
Announcements
Troubleshooting
Upgrading
Newbie
Tablet 101
OS2007 / Maemo 3 / Bora
OS2005 / Maemo 1
All times are GMT. The time now is
10:24
.
-- talk.maemo.org
-- Classic Light
---- Classic Dark
-- Minimalist Light
---- Minimalist Dark
Contact Us
-
Home
-
Archive
-
Top