Subversion Repositories svn1-original

Rev

Rev 299 | Rev 301 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 299 Rev 300
Line 46... Line 46...
46
    this->resize(500,40);
46
    this->resize(500,40);
47
    urlLineEdit = new QLineEdit("http://www.mccays.com.au/theevent/Essential Content/current_entries.htm");
47
    urlLineEdit = new QLineEdit("http://www.mccays.com.au/theevent/Essential Content/current_entries.htm");
48
 
48
 
49
    urlLabel = new QLabel(tr("&URL:"));
49
    urlLabel = new QLabel(tr("&URL:"));
50
    urlLabel->setBuddy(urlLineEdit);
50
    urlLabel->setBuddy(urlLineEdit);
51
    statusLabel = new QLabel(tr("Please enter the URL of a file you want to download."));
51
    statusLabel = new QLabel(tr("Please enter the URL of a file you want to import."));
52
 
52
 
53
    downloadButton = new QPushButton(tr("Download"));
53
    downloadButton = new QPushButton(tr("Import"));
54
    downloadButton->setDefault(true);
54
    downloadButton->setDefault(true);
55
    quitButton = new QPushButton(tr("Quit"));
55
    quitButton = new QPushButton(tr("Quit"));
56
    quitButton->setAutoDefault(false);
56
    quitButton->setAutoDefault(false);
57
 
57
 
58
    buttonBox = new QDialogButtonBox;
58
    buttonBox = new QDialogButtonBox;