Russian Qt Forum
Ноябрь 14, 2024, 19:13 *
Добро пожаловать, Гость. Пожалуйста, войдите или зарегистрируйтесь.
Вам не пришло письмо с кодом активации?

Войти
 
  Начало   Форум  WIKI (Вики)FAQ Помощь Поиск Войти Регистрация  

Страниц: [1]   Вниз
  Печать  
Автор Тема: setWindowFilePath не работает  (Прочитано 2686 раз)
Leviathan
Гость
« : Январь 07, 2011, 12:32 »

Почему не работает setWindowFilePath ? До слота выполнение доходит, и даже windowFilePath возвращает заданный текст. Заголовок окна не меняется.

Код:
test::test(QWidget *parent, Qt::WFlags flags)
    : QMainWindow(parent, flags)
{
  ui.setupUi(this);
  QObject::connect(ui.pushButton, SIGNAL(clicked()), SLOT(Click()));
  setWindowTitle("Title");
}

test::~test()
{

}

void test::Click()
{
  setWindowFilePath("file.txt");
}
Записан
pastor
Administrator
Джедай : наставник для всех
*****
Offline Offline

Сообщений: 2901



Просмотр профиля WWW
« Ответ #1 : Январь 07, 2011, 15:49 »

Цитировать
If you set the file path, but have not set the window title, Qt sets the window title to contain a string created using the following components.
Цитировать
If the window title is set at any point, then the window title takes precedence and will be shown instead of the file path string.

Чтение документации помогает
Записан

Integrated Computer Solutions, Inc. (ICS)
http://www.ics.com/
Страниц: [1]   Вверх
  Печать  
 
Перейти в:  


Страница сгенерирована за 0.045 секунд. Запросов: 22.