From aa9b140a7bb49eb9666678bcbbb544cc536bd6de Mon Sep 17 00:00:00 2001 From: Lubos Dolezel Date: Mon, 1 Jun 2015 22:04:50 +0200 Subject: GUI build in progress. The next step is to adapt .ui.h files to use Qt4 UIC-generated headers. --- src/gui/selectnicform.ui | 360 +++++++++++++++++++++-------------------------- 1 file changed, 163 insertions(+), 197 deletions(-) (limited to 'src/gui/selectnicform.ui') diff --git a/src/gui/selectnicform.ui b/src/gui/selectnicform.ui index 7f10220..c6aee9b 100644 --- a/src/gui/selectnicform.ui +++ b/src/gui/selectnicform.ui @@ -1,212 +1,178 @@ - -SelectNicForm - - - SelectNicForm - + + + + + + SelectNicForm + - - 0 - 0 - 482 - 144 - + + 0 + 0 + 482 + 144 + - - Twinkle - Select NIC + + Twinkle - Select NIC - - - unnamed - - - - nicIconTextLabel - - - - - - kcmpci.png - + + + + + + + + kcmpci.png + + + false + - - - spacer53 - - - Vertical - - - Expanding - - - - 20 - 41 - - + + + + + + 20 + 41 + + + + QSizePolicy::Expanding + + + Qt::Vertical + - - - layout42 - - - - unnamed - - - - selectTextLabel - - - Select the network interface/IP address that you want to use: - - - WordBreak|AlignTop - - - - - nicListBox - - - You have multiple IP addresses. Here you must select which IP address should be used. This IP address will be used inside the SIP messages. - - - - - - - spacer9 - - - Vertical - - - Expanding - - + + + + + + + Select the network interface/IP address that you want to use: + + + Qt::AlignTop + + + true + + + + + + + You have multiple IP addresses. Here you must select which IP address should be used. This IP address will be used inside the SIP messages. + + + + + + + + + + 20 + 16 + + + + QSizePolicy::Expanding + + + Qt::Vertical + + + + + + + + - 20 - 16 + 40 + 20 - - - - - layout11 - - - - unnamed - - - - spacer7 - - - Horizontal - - - Expanding - - - - 40 - 20 - - - - - - defaultIpPushButton - - - Set as default &IP - - - Alt+I - - - Make the selected IP address the default IP address. The next time you start Twinkle, this IP address will be automatically selected. - - - - - defaultNicPushButton - - - Set as default &NIC - - - Alt+N - - - Make the selected network interface the default interface. The next time you start Twinkle, this interface will be automatically selected. - - - - - okPushButton - - - &OK - - - Alt+O - - - true - - - - - - - + + + QSizePolicy::Expanding + + + Qt::Horizontal + + + + + + + Set as default &IP + + + Alt+I + + + Make the selected IP address the default IP address. The next time you start Twinkle, this IP address will be automatically selected. + + + + + + + Set as default &NIC + + + Alt+N + + + Make the selected network interface the default interface. The next time you start Twinkle, this interface will be automatically selected. + + + + + + + &OK + + + Alt+O + + + true + + + + + + + + + qPixmapFromMimeSource + - okPushButton - clicked() - SelectNicForm - accept() + okPushButton + clicked() + SelectNicForm + accept() - nicListBox - selected(const QString&) - SelectNicForm - accept() + nicListBox + selected(QString) + SelectNicForm + accept() - defaultIpPushButton - clicked() - SelectNicForm - setAsDefaultIp() + defaultIpPushButton + clicked() + SelectNicForm + setAsDefaultIp() - defaultNicPushButton - clicked() - SelectNicForm - setAsDefaultNic() + defaultNicPushButton + clicked() + SelectNicForm + setAsDefaultNic() - - - gui.h - qmessagebox.h - sys_settings.h - selectnicform.ui.h - - - int idxDefault; - - - setAsDefault( bool setIp ) - setAsDefaultIp() - setAsDefaultNic() - - - init() - - - - + + -- cgit v1.2.3