[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-kuml
Subject:    Bug in file open dialog
From:       p_george <p_george () club-internet ! fr>
Date:       1999-11-01 16:14:28
[Download RAW message or body]

In order to see *.kuml files in the open dialog box, the file kuml.cpp
should
be modified this way :

////////////////////////////////////////////////////////////////////////
void KumlApp::slotFileOpen() {
  slotStatusMsg(i18n("Opening file..."));

  QString s = QFileDialog
::getOpenFileName(project->getProjectLocation().path(), "*.kuml");

// this is wrong :  
//QString s = QFileDialog
::getOpenFileName(project->getProjectLocation().path(), "KUML diagrams
(*.kuml)");

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic