Inheritance: Object, IDisposable
 protected void SetupUi()
 {
     base.ObjectName = "TwitterConfigurationDialog";
     this.WindowModality = Qt.WindowModality.NonModal;
     this.Geometry = new QRect(0, 0, 313, 137);
     this.WindowTitle = "Twitter Configuration";
     this.Modal = true;
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout(this);
     verticalLayout.Margin = 6;
     QHBoxLayout horizontalLayout;
     horizontalLayout = new QHBoxLayout();
     verticalLayout.AddLayout(horizontalLayout);
     this.logoLabel = new QLabel(this);
     this.logoLabel.ObjectName = "logoLabel";
     this.logoLabel.MinimumSize = new QSize(48, 0);
     this.logoLabel.Text = "";
     horizontalLayout.AddWidget(this.logoLabel);
     QVBoxLayout verticalLayout_2;
     verticalLayout_2 = new QVBoxLayout();
     horizontalLayout.AddLayout(verticalLayout_2);
     this.label = new QLabel(this);
     this.label.ObjectName = "label";
     QSizePolicy label_sizePolicy;
     label_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Minimum);
     label_sizePolicy.SetVerticalStretch(0);
     label_sizePolicy.SetHorizontalStretch(0);
     label_sizePolicy.SetHeightForWidth(this.label.SizePolicy.HasHeightForWidth());
     this.label.SizePolicy = label_sizePolicy;
     this.label.Text = "Enter your Twitter account information:";
     verticalLayout_2.AddWidget(this.label);
     QGridLayout gridLayout_2;
     gridLayout_2 = new QGridLayout();
     verticalLayout_2.AddLayout(gridLayout_2);
     gridLayout_2.sizeConstraint = QLayout.SizeConstraint.SetMaximumSize;
     this.label_2 = new QLabel(this);
     this.label_2.ObjectName = "label_2";
     this.label_2.Text = "Username:"******"usernameLineEdit";
     gridLayout_2.AddWidget(this.usernameLineEdit, 0, 1, 1, 1);
     this.label_3 = new QLabel(this);
     this.label_3.ObjectName = "label_3";
     this.label_3.Text = "Password:"******"passwordLineEdit";
     this.passwordLineEdit.echoMode = QLineEdit.EchoMode.Password;
     gridLayout_2.AddWidget(this.passwordLineEdit, 1, 1, 1, 1);
     this.buttonBox = new QDialogButtonBox(this);
     this.buttonBox.ObjectName = "buttonBox";
     this.buttonBox.Orientation = Qt.Orientation.Horizontal;
     this.buttonBox.StandardButtons = (global::Qyoto.Qyoto.GetCPPEnumValue("QDialogButtonBox", "Cancel") | global::Qyoto.Qyoto.GetCPPEnumValue("QDialogButtonBox", "Ok"));
     verticalLayout.AddWidget(this.buttonBox);
     QObject.Connect(buttonBox, Qt.SIGNAL("accepted()"), this, Qt.SLOT("accept()"));
     QObject.Connect(buttonBox, Qt.SIGNAL("rejected()"), this, Qt.SLOT("reject()"));
     QMetaObject.ConnectSlotsByName(this);
 }
Exemplo n.º 2
0
 protected void SetupUi()
 {
     base.ObjectName = "ChatWindow";
     this.Geometry = new QRect(0, 0, 562, 331);
     this.WindowTitle = "Chat window";
     this.StyleSheet = "";
     QHBoxLayout horizontalLayout;
     horizontalLayout = new QHBoxLayout(this);
     horizontalLayout.Spacing = 0;
     horizontalLayout.Margin = 0;
     this.splitter_2 = new QSplitter(this);
     this.splitter_2.ObjectName = "splitter_2";
     this.splitter_2.Orientation = Qt.Orientation.Horizontal;
     horizontalLayout.AddWidget(this.splitter_2);
     this.splitter = new QSplitter(this.splitter_2);
     this.splitter.ObjectName = "splitter";
     QSizePolicy splitter_sizePolicy;
     splitter_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Expanding);
     splitter_sizePolicy.SetVerticalStretch(0);
     splitter_sizePolicy.SetHorizontalStretch(1);
     splitter_sizePolicy.SetHeightForWidth(this.splitter.SizePolicy.HasHeightForWidth());
     this.splitter.SizePolicy = splitter_sizePolicy;
     this.splitter.Orientation = Qt.Orientation.Vertical;
     this.splitter.OpaqueResize = true;
     this.splitter.ChildrenCollapsible = false;
     this.splitter_2.AddWidget(this.splitter);
     this.m_ConversationWidget = new Synapse.QtClient.Widgets.ConversationWidget(this.splitter);
     this.m_ConversationWidget.ObjectName = "m_ConversationWidget";
     this.m_ConversationWidget.Url = new QUrl("about:blank");
     this.splitter.AddWidget(this.m_ConversationWidget);
     this.bottomContainer = new QWidget(this.splitter);
     this.bottomContainer.ObjectName = "bottomContainer";
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout(this.bottomContainer);
     verticalLayout.Spacing = 0;
     verticalLayout.Margin = 0;
     this.textEdit = new Synapse.QtClient.Widgets.ConversationTextEdit(this.bottomContainer);
     this.textEdit.ObjectName = "textEdit";
     this.textEdit.MinimumSize = new QSize(0, 40);
     this.textEdit.FrameShape = QFrame.Shape.NoFrame;
     verticalLayout.AddWidget(this.textEdit);
     this.splitter.AddWidget(this.bottomContainer);
     this.rightContainer = new QWidget(this.splitter_2);
     this.rightContainer.ObjectName = "rightContainer";
     QVBoxLayout verticalLayout_2;
     verticalLayout_2 = new QVBoxLayout(this.rightContainer);
     verticalLayout_2.Margin = 0;
     this.participantsGrid = new Synapse.QtClient.Widgets.AvatarGrid<jabber.connection.RoomParticipant>(this.rightContainer);
     this.participantsGrid.ObjectName = "participantsGrid";
     this.participantsGrid.FrameShape = QFrame.Shape.NoFrame;
     this.participantsGrid.Alignment = ((global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeading") | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeft")) | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignTop"));
     verticalLayout_2.AddWidget(this.participantsGrid);
     this.splitter_2.AddWidget(this.rightContainer);
     QMetaObject.ConnectSlotsByName(this);
 }
Exemplo n.º 3
0
 protected void SetupUi()
 {
     base.ObjectName = "DebugWindow";
     this.Geometry = new QRect(0, 0, 518, 405);
     this.WindowTitle = "DebugWindow";
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout(this);
     this.tabWidget = new QTabWidget(this);
     this.tabWidget.ObjectName = "tabWidget";
     this.tabWidget.CurrentIndex = 0;
     verticalLayout.AddWidget(this.tabWidget);
     this.tab = new QWidget(this.tabWidget);
     this.tab.ObjectName = "tab";
     QVBoxLayout verticalLayout_3;
     verticalLayout_3 = new QVBoxLayout(this.tab);
     verticalLayout_3.Spacing = 0;
     verticalLayout_3.Margin = 0;
     this.m_XmlToolBox = new QToolBox(this.tab);
     this.m_XmlToolBox.ObjectName = "m_XmlToolBox";
     QSizePolicy m_XmlToolBox_sizePolicy;
     m_XmlToolBox_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Expanding);
     m_XmlToolBox_sizePolicy.SetVerticalStretch(0);
     m_XmlToolBox_sizePolicy.SetHorizontalStretch(0);
     m_XmlToolBox_sizePolicy.SetHeightForWidth(this.m_XmlToolBox.SizePolicy.HasHeightForWidth());
     this.m_XmlToolBox.SizePolicy = m_XmlToolBox_sizePolicy;
     verticalLayout_3.AddWidget(this.m_XmlToolBox);
     this.line = new QFrame(this.tab);
     this.line.ObjectName = "line";
     this.line.FrameShape = QFrame.Shape.HLine;
     this.line.FrameShadow = QFrame.Shadow.Sunken;
     verticalLayout_3.AddWidget(this.line);
     QHBoxLayout horizontalLayout;
     horizontalLayout = new QHBoxLayout();
     verticalLayout_3.AddLayout(horizontalLayout);
     horizontalLayout.sizeConstraint = QLayout.SizeConstraint.SetDefaultConstraint;
     horizontalLayout.Margin = 6;
     this.enableConsoleCheckBox = new QCheckBox(this.tab);
     this.enableConsoleCheckBox.ObjectName = "enableConsoleCheckBox";
     this.enableConsoleCheckBox.Text = "Enable";
     horizontalLayout.AddWidget(this.enableConsoleCheckBox);
     QSpacerItem horizontalSpacer;
     horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum);
     horizontalLayout.AddItem(horizontalSpacer);
     this.clearConsoleButton = new QPushButton(this.tab);
     this.clearConsoleButton.ObjectName = "clearConsoleButton";
     this.clearConsoleButton.Text = "Clear";
     horizontalLayout.AddWidget(this.clearConsoleButton);
     this.tabWidget.AddTab(this.tab, "XML Console");
     QMetaObject.ConnectSlotsByName(this);
 }
 protected void SetupUi()
 {
     base.ObjectName = "WebIdentityConfiguratorWidget";
     this.Geometry = new QRect(0, 0, 540, 61);
     this.WindowTitle = "WebIdentityConfiguratorWidget";
     QVBoxLayout verticalLayout_2;
     verticalLayout_2 = new QVBoxLayout(this);
     verticalLayout_2.Spacing = 6;
     verticalLayout_2.Margin = 0;
     QHBoxLayout horizontalLayout;
     horizontalLayout = new QHBoxLayout();
     verticalLayout_2.AddLayout(horizontalLayout);
     horizontalLayout.Spacing = 6;
     this.iconLabel = new QLabel(this);
     this.iconLabel.ObjectName = "iconLabel";
     this.iconLabel.MinimumSize = new QSize(48, 0);
     this.iconLabel.Text = "";
     horizontalLayout.AddWidget(this.iconLabel);
     this.nameLabel = new QLabel(this);
     this.nameLabel.ObjectName = "nameLabel";
     QSizePolicy nameLabel_sizePolicy;
     nameLabel_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Preferred);
     nameLabel_sizePolicy.SetVerticalStretch(0);
     nameLabel_sizePolicy.SetHorizontalStretch(0);
     nameLabel_sizePolicy.SetHeightForWidth(this.nameLabel.SizePolicy.HasHeightForWidth());
     this.nameLabel.SizePolicy = nameLabel_sizePolicy;
     this.nameLabel.Text = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\np, li { white-space: pre-wrap; }\n</style></head><body style=\" font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Addin Name</span></p>\n<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"><span style=\" font-weight:400;\">Addin description.</span></p></body></html>";
     this.nameLabel.Alignment = ((global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeading") | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeft")) | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignVCenter"));
     this.nameLabel.WordWrap = true;
     horizontalLayout.AddWidget(this.nameLabel);
     this.widget = new QWidget(this);
     this.widget.ObjectName = "widget";
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout(this.widget);
     verticalLayout.Margin = 0;
     this.configureButton = new QPushButton(this.widget);
     this.configureButton.ObjectName = "configureButton";
     this.configureButton.Text = "Configure...";
     verticalLayout.AddWidget(this.configureButton);
     horizontalLayout.AddWidget(this.widget);
     this.line = new QFrame(this);
     this.line.ObjectName = "line";
     this.line.FrameShape = QFrame.Shape.HLine;
     this.line.FrameShadow = QFrame.Shadow.Sunken;
     verticalLayout_2.AddWidget(this.line);
     QMetaObject.ConnectSlotsByName(this);
 }
Exemplo n.º 5
0
 protected void SetupUi()
 {
     base.ObjectName = "AccountStatusWidget";
     this.Geometry = new QRect(0, 0, 416, 47);
     QSizePolicy AccountStatusWidget_sizePolicy;
     AccountStatusWidget_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum);
     AccountStatusWidget_sizePolicy.SetVerticalStretch(0);
     AccountStatusWidget_sizePolicy.SetHorizontalStretch(0);
     AccountStatusWidget_sizePolicy.SetHeightForWidth(this.SizePolicy.HasHeightForWidth());
     this.SizePolicy = AccountStatusWidget_sizePolicy;
     this.WindowTitle = "Form";
     QHBoxLayout horizontalLayout;
     horizontalLayout = new QHBoxLayout(this);
     horizontalLayout.Spacing = 6;
     horizontalLayout.SetContentsMargins(6, 0, 6, 6);
     this.m_AvatarLabel = new Synapse.QtClient.Widgets.AvatarLabel(this);
     this.m_AvatarLabel.ObjectName = "m_AvatarLabel";
     QSizePolicy m_AvatarLabel_sizePolicy;
     m_AvatarLabel_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Fixed);
     m_AvatarLabel_sizePolicy.SetVerticalStretch(0);
     m_AvatarLabel_sizePolicy.SetHorizontalStretch(0);
     m_AvatarLabel_sizePolicy.SetHeightForWidth(this.m_AvatarLabel.SizePolicy.HasHeightForWidth());
     this.m_AvatarLabel.SizePolicy = m_AvatarLabel_sizePolicy;
     this.m_AvatarLabel.MinimumSize = new QSize(36, 36);
     this.m_AvatarLabel.MaximumSize = new QSize(32, 32);
     horizontalLayout.AddWidget(this.m_AvatarLabel);
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout();
     horizontalLayout.AddLayout(verticalLayout);
     verticalLayout.Spacing = 0;
     this.m_NameLabel = new Synapse.QtClient.Widgets.FadingQLabel(this);
     this.m_NameLabel.ObjectName = "m_NameLabel";
     this.m_NameLabel.Text = "test@localhost";
     this.m_NameLabel.TextFormat = Qt.TextFormat.RichText;
     verticalLayout.AddWidget(this.m_NameLabel);
     this.m_StatusLabel = new QLabel(this);
     this.m_StatusLabel.ObjectName = "m_StatusLabel";
     this.m_StatusLabel.Text = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\np, li { white-space: pre-wrap; }\n</style></head><body style=\" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><a href=\"#show-presence-menu\"><span style=\" text-decoration: underline; color:#0057ae;\">Offline</span></a></p></body></html>";
     this.m_StatusLabel.ScaledContents = false;
     this.m_StatusLabel.OpenExternalLinks = false;
     this.m_StatusLabel.TextInteractionFlags = global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "LinksAccessibleByMouse");
     verticalLayout.AddWidget(this.m_StatusLabel);
     QMetaObject.ConnectSlotsByName(this);
 }
Exemplo n.º 6
0
 protected void SetupUi()
 {
     base.ObjectName = "EditGroupsWidget";
     this.Geometry = new QRect(0, 0, 212, 239);
     this.WindowTitle = "EditGroupsWidget";
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout(this);
     verticalLayout.Spacing = 3;
     verticalLayout.Margin = 0;
     this.listWidget = new QListWidget(this);
     this.listWidget.ObjectName = "listWidget";
     QSizePolicy listWidget_sizePolicy;
     listWidget_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding);
     listWidget_sizePolicy.SetVerticalStretch(0);
     listWidget_sizePolicy.SetHorizontalStretch(0);
     listWidget_sizePolicy.SetHeightForWidth(this.listWidget.SizePolicy.HasHeightForWidth());
     this.listWidget.SizePolicy = listWidget_sizePolicy;
     this.listWidget.MinimumSize = new QSize(0, 50);
     this.listWidget.FrameShape = QFrame.Shape.NoFrame;
     verticalLayout.AddWidget(this.listWidget);
     QGridLayout gridLayout;
     gridLayout = new QGridLayout();
     verticalLayout.AddLayout(gridLayout);
     this.label_2 = new QLabel(this);
     this.label_2.ObjectName = "label_2";
     this.label_2.Text = "Add Group:";
     gridLayout.AddWidget(this.label_2, 0, 0, 1, 1);
     this.lineEdit = new QLineEdit(this);
     this.lineEdit.ObjectName = "lineEdit";
     gridLayout.AddWidget(this.lineEdit, 0, 1, 1, 1);
     this.addButton = new QPushButton(this);
     this.addButton.ObjectName = "addButton";
     this.addButton.Text = "";
     gridLayout.AddWidget(this.addButton, 0, 2, 1, 1);
     QMetaObject.ConnectSlotsByName(this);
 }
Exemplo n.º 7
0
 protected void SetupUi()
 {
     base.ObjectName = "EditGroupsWindow";
     this.Geometry = new QRect(0, 0, 250, 344);
     this.WindowTitle = "EditGroupsWindow";
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout(this);
     verticalLayout.Margin = 6;
     QSpacerItem verticalSpacer;
     verticalSpacer = new QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding);
     verticalLayout.AddItem(verticalSpacer);
     this.label = new QLabel(this);
     this.label.ObjectName = "label";
     QSizePolicy label_sizePolicy;
     label_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Minimum);
     label_sizePolicy.SetVerticalStretch(0);
     label_sizePolicy.SetHorizontalStretch(0);
     label_sizePolicy.SetHeightForWidth(this.label.SizePolicy.HasHeightForWidth());
     this.label.SizePolicy = label_sizePolicy;
     this.label.Text = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\np, li { white-space: pre-wrap; }\n</style></head><body style=\" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Edit Groups</span></p></body></html>";
     verticalLayout.AddWidget(this.label);
     this.jidLabel = new QLabel(this);
     this.jidLabel.ObjectName = "jidLabel";
     this.jidLabel.Text = "";
     verticalLayout.AddWidget(this.jidLabel);
     this.groupsWidget = new Synapse.QtClient.Widgets.EditGroupsWidget(this);
     this.groupsWidget.ObjectName = "groupsWidget";
     verticalLayout.AddWidget(this.groupsWidget);
     this.buttonBox = new QDialogButtonBox(this);
     this.buttonBox.ObjectName = "buttonBox";
     verticalLayout.AddWidget(this.buttonBox);
     QSpacerItem verticalSpacer_2;
     verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding);
     verticalLayout.AddItem(verticalSpacer_2);
     QMetaObject.ConnectSlotsByName(this);
 }
Exemplo n.º 8
0
 public void SetSizePolicy(QSizePolicy policy)
 {
     interceptor.Invoke("setSizePolicy#", "setSizePolicy(const QSizePolicy&)", typeof(void), typeof(QSizePolicy), policy);
 }
Exemplo n.º 9
0
 protected void SetupUi()
 {
     base.ObjectName = "MainWindow";
     this.Geometry = new QRect(0, 0, 236, 483);
     this.WindowTitle = "Synapse";
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout(this);
     verticalLayout.Spacing = 0;
     verticalLayout.Margin = 0;
     this.containerWidget = new QWidget(this);
     this.containerWidget.ObjectName = "containerWidget";
     QVBoxLayout verticalLayout_2;
     verticalLayout_2 = new QVBoxLayout(this.containerWidget);
     verticalLayout_2.Spacing = 0;
     verticalLayout_2.Margin = 0;
     this.headerWidget = new QWidget(this.containerWidget);
     this.headerWidget.ObjectName = "headerWidget";
     QHBoxLayout horizontalLayout_3;
     horizontalLayout_3 = new QHBoxLayout(this.headerWidget);
     horizontalLayout_3.Spacing = 3;
     horizontalLayout_3.SetContentsMargins(0, 0, 3, 0);
     this.headerLabel = new QLabel(this.headerWidget);
     this.headerLabel.ObjectName = "headerLabel";
     QSizePolicy headerLabel_sizePolicy;
     headerLabel_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum);
     headerLabel_sizePolicy.SetVerticalStretch(0);
     headerLabel_sizePolicy.SetHorizontalStretch(0);
     headerLabel_sizePolicy.SetHeightForWidth(this.headerLabel.SizePolicy.HasHeightForWidth());
     this.headerLabel.SizePolicy = headerLabel_sizePolicy;
     this.headerLabel.Text = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\np, li { white-space: pre-wrap; }\n</style></head><body style=\" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n<p style=\" margin-top:0px; margin-bottom:0px; margin-left:33px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Synapse</span></p></body></html>";
     this.headerLabel.Alignment = global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignCenter");
     this.headerLabel.Margin = 3;
     horizontalLayout_3.AddWidget(this.headerLabel);
     this.menuButton = new QPushButton(this.headerWidget);
     this.menuButton.ObjectName = "menuButton";
     QSizePolicy menuButton_sizePolicy;
     menuButton_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Fixed);
     menuButton_sizePolicy.SetVerticalStretch(0);
     menuButton_sizePolicy.SetHorizontalStretch(0);
     menuButton_sizePolicy.SetHeightForWidth(this.menuButton.SizePolicy.HasHeightForWidth());
     this.menuButton.SizePolicy = menuButton_sizePolicy;
     this.menuButton.MinimumSize = new QSize(12, 12);
     this.menuButton.MaximumSize = new QSize(12, 12);
     this.menuButton.FocusPolicy = Qt.FocusPolicy.TabFocus;
     this.menuButton.Text = "";
     this.menuButton.IconSize = new QSize(7, 7);
     this.menuButton.Flat = true;
     horizontalLayout_3.AddWidget(this.menuButton);
     this.closeButton = new QPushButton(this.headerWidget);
     this.closeButton.ObjectName = "closeButton";
     QSizePolicy closeButton_sizePolicy;
     closeButton_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Fixed);
     closeButton_sizePolicy.SetVerticalStretch(0);
     closeButton_sizePolicy.SetHorizontalStretch(0);
     closeButton_sizePolicy.SetHeightForWidth(this.closeButton.SizePolicy.HasHeightForWidth());
     this.closeButton.SizePolicy = closeButton_sizePolicy;
     this.closeButton.MinimumSize = new QSize(12, 12);
     this.closeButton.MaximumSize = new QSize(12, 12);
     this.closeButton.FocusPolicy = Qt.FocusPolicy.TabFocus;
     this.closeButton.Text = "";
     this.closeButton.IconSize = new QSize(7, 7);
     this.closeButton.Flat = true;
     horizontalLayout_3.AddWidget(this.closeButton);
     verticalLayout_2.AddWidget(this.headerWidget);
     this.stackedWidget = new Synapse.QtClient.Widgets.LightboxContainerWidget(this.containerWidget);
     this.stackedWidget.ObjectName = "stackedWidget";
     this.stackedWidget.CurrentIndex = 0;
     verticalLayout_2.AddWidget(this.stackedWidget);
     this.page = new QWidget(this.stackedWidget);
     this.page.ObjectName = "page";
     QHBoxLayout horizontalLayout;
     horizontalLayout = new QHBoxLayout(this.page);
     horizontalLayout.Spacing = 0;
     horizontalLayout.Margin = 0;
     this.contentWidget = new QWidget(this.page);
     this.contentWidget.ObjectName = "contentWidget";
     QSizePolicy contentWidget_sizePolicy;
     contentWidget_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Expanding);
     contentWidget_sizePolicy.SetVerticalStretch(0);
     contentWidget_sizePolicy.SetHorizontalStretch(0);
     contentWidget_sizePolicy.SetHeightForWidth(this.contentWidget.SizePolicy.HasHeightForWidth());
     this.contentWidget.SizePolicy = contentWidget_sizePolicy;
     horizontalLayout.AddWidget(this.contentWidget);
     this.stackedWidget.AddWidget(this.page);
     verticalLayout.AddWidget(this.containerWidget);
     QMetaObject.ConnectSlotsByName(this);
 }
Exemplo n.º 10
0
 protected void SetupUi()
 {
     base.ObjectName = "ErrorDialog";
     this.Geometry = new QRect(0, 0, 400, 322);
     this.WindowTitle = "ErrorDialog";
     QVBoxLayout verticalLayout_2;
     verticalLayout_2 = new QVBoxLayout(this);
     verticalLayout_2.sizeConstraint = QLayout.SizeConstraint.SetFixedSize;
     verticalLayout_2.Margin = 6;
     QHBoxLayout horizontalLayout_2;
     horizontalLayout_2 = new QHBoxLayout();
     verticalLayout_2.AddLayout(horizontalLayout_2);
     horizontalLayout_2.sizeConstraint = QLayout.SizeConstraint.SetFixedSize;
     this.iconLabel = new QLabel(this);
     this.iconLabel.ObjectName = "iconLabel";
     QSizePolicy iconLabel_sizePolicy;
     iconLabel_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Minimum);
     iconLabel_sizePolicy.SetVerticalStretch(0);
     iconLabel_sizePolicy.SetHorizontalStretch(0);
     iconLabel_sizePolicy.SetHeightForWidth(this.iconLabel.SizePolicy.HasHeightForWidth());
     this.iconLabel.SizePolicy = iconLabel_sizePolicy;
     this.iconLabel.MinimumSize = new QSize(48, 48);
     this.iconLabel.Text = "";
     this.iconLabel.Alignment = ((global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeading") | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeft")) | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignTop"));
     horizontalLayout_2.AddWidget(this.iconLabel);
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout();
     horizontalLayout_2.AddLayout(verticalLayout);
     verticalLayout.Spacing = 6;
     verticalLayout.sizeConstraint = QLayout.SizeConstraint.SetFixedSize;
     this.titleLabel = new QLabel(this);
     this.titleLabel.ObjectName = "titleLabel";
     QSizePolicy titleLabel_sizePolicy;
     titleLabel_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Minimum);
     titleLabel_sizePolicy.SetVerticalStretch(0);
     titleLabel_sizePolicy.SetHorizontalStretch(0);
     titleLabel_sizePolicy.SetHeightForWidth(this.titleLabel.SizePolicy.HasHeightForWidth());
     this.titleLabel.SizePolicy = titleLabel_sizePolicy;
     this.titleLabel.Text = "<b>Title</b>";
     this.titleLabel.WordWrap = true;
     verticalLayout.AddWidget(this.titleLabel);
     this.messageLabel = new QLabel(this);
     this.messageLabel.ObjectName = "messageLabel";
     QSizePolicy messageLabel_sizePolicy;
     messageLabel_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Minimum);
     messageLabel_sizePolicy.SetVerticalStretch(0);
     messageLabel_sizePolicy.SetHorizontalStretch(0);
     messageLabel_sizePolicy.SetHeightForWidth(this.messageLabel.SizePolicy.HasHeightForWidth());
     this.messageLabel.SizePolicy = messageLabel_sizePolicy;
     this.messageLabel.Text = "Message";
     this.messageLabel.WordWrap = true;
     verticalLayout.AddWidget(this.messageLabel);
     this.showDetailsButtonContainer = new QWidget(this);
     this.showDetailsButtonContainer.ObjectName = "showDetailsButtonContainer";
     QSizePolicy showDetailsButtonContainer_sizePolicy;
     showDetailsButtonContainer_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Minimum);
     showDetailsButtonContainer_sizePolicy.SetVerticalStretch(0);
     showDetailsButtonContainer_sizePolicy.SetHorizontalStretch(0);
     showDetailsButtonContainer_sizePolicy.SetHeightForWidth(this.showDetailsButtonContainer.SizePolicy.HasHeightForWidth());
     this.showDetailsButtonContainer.SizePolicy = showDetailsButtonContainer_sizePolicy;
     QHBoxLayout horizontalLayout;
     horizontalLayout = new QHBoxLayout(this.showDetailsButtonContainer);
     horizontalLayout.Margin = 0;
     this.showDetailsButton = new QPushButton(this.showDetailsButtonContainer);
     this.showDetailsButton.ObjectName = "showDetailsButton";
     this.showDetailsButton.Text = "Show Details";
     this.showDetailsButton.Checkable = true;
     horizontalLayout.AddWidget(this.showDetailsButton);
     QSpacerItem horizontalSpacer;
     horizontalSpacer = new QSpacerItem(223, 17, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum);
     horizontalLayout.AddItem(horizontalSpacer);
     verticalLayout.AddWidget(this.showDetailsButtonContainer);
     this.detailsTextEdit = new QPlainTextEdit(this);
     this.detailsTextEdit.ObjectName = "detailsTextEdit";
     this.detailsTextEdit.ReadOnly = true;
     verticalLayout.AddWidget(this.detailsTextEdit);
     this.buttonBox = new QDialogButtonBox(this);
     this.buttonBox.ObjectName = "buttonBox";
     this.buttonBox.Orientation = Qt.Orientation.Horizontal;
     this.buttonBox.StandardButtons = global::Qyoto.Qyoto.GetCPPEnumValue("QDialogButtonBox", "Close");
     verticalLayout_2.AddWidget(this.buttonBox);
     QObject.Connect(buttonBox, Qt.SIGNAL("accepted()"), this, Qt.SLOT("accept()"));
     QObject.Connect(buttonBox, Qt.SIGNAL("rejected()"), this, Qt.SLOT("reject()"));
     QObject.Connect(showDetailsButton, Qt.SIGNAL("toggled(bool)"), detailsTextEdit, Qt.SLOT("setVisible(bool)"));
     QMetaObject.ConnectSlotsByName(this);
 }
Exemplo n.º 11
0
 public QSizePolicy(QSizePolicy.Policy horizontal, QSizePolicy.Policy vertical, QSizePolicy.ControlType type)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSizePolicy$$$", "QSizePolicy(QSizePolicy::Policy, QSizePolicy::Policy, QSizePolicy::ControlType)", typeof(void), typeof(QSizePolicy.Policy), horizontal, typeof(QSizePolicy.Policy), vertical, typeof(QSizePolicy.ControlType), type);
 }
Exemplo n.º 12
0
 public void SetSizePolicy(QSizePolicy.Policy horizontal, QSizePolicy.Policy vertical)
 {
     interceptor.Invoke("setSizePolicy$$", "setSizePolicy(QSizePolicy::Policy, QSizePolicy::Policy)", typeof(void), typeof(QSizePolicy.Policy), horizontal, typeof(QSizePolicy.Policy), vertical);
 }
Exemplo n.º 13
0
 public void SetSizePolicy(QSizePolicy.Policy hPolicy, QSizePolicy.Policy vPolicy)
 {
     interceptor.Invoke("setSizePolicy$$", "setSizePolicy(QSizePolicy::Policy, QSizePolicy::Policy)", typeof(void), typeof(QSizePolicy.Policy), hPolicy, typeof(QSizePolicy.Policy), vPolicy);
 }
Exemplo n.º 14
0
 public void SetSizePolicy(QSizePolicy policy)
 {
     interceptor.Invoke("setSizePolicy#", "setSizePolicy(const QSizePolicy&)", typeof(void), typeof(QSizePolicy), policy);
 }
Exemplo n.º 15
0
 protected new int LayoutSpacingImplementation(QSizePolicy.ControlType control1, QSizePolicy.ControlType control2, Qt.Orientation orientation)
 {
     return (int) interceptor.Invoke("layoutSpacingImplementation$$$", "layoutSpacingImplementation(QSizePolicy::ControlType, QSizePolicy::ControlType, Qt::Orientation) const", typeof(int), typeof(QSizePolicy.ControlType), control1, typeof(QSizePolicy.ControlType), control2, typeof(Qt.Orientation), orientation);
 }
Exemplo n.º 16
0
 protected new int LayoutSpacingImplementation(QSizePolicy.ControlType control1, QSizePolicy.ControlType control2, Qt.Orientation orientation, QStyleOption option, QWidget widget)
 {
     return (int) interceptor.Invoke("layoutSpacingImplementation$$$##", "layoutSpacingImplementation(QSizePolicy::ControlType, QSizePolicy::ControlType, Qt::Orientation, const QStyleOption*, const QWidget*) const", typeof(int), typeof(QSizePolicy.ControlType), control1, typeof(QSizePolicy.ControlType), control2, typeof(Qt.Orientation), orientation, typeof(QStyleOption), option, typeof(QWidget), widget);
 }
Exemplo n.º 17
0
 protected void SetupUi()
 {
     base.ObjectName = "EditProfileDialog";
     this.Geometry = new QRect(0, 0, 605, 459);
     this.WindowTitle = "Edit Profile";
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout(this);
     verticalLayout.Margin = 6;
     this.mainTabWidget = new QTabWidget(this);
     this.mainTabWidget.ObjectName = "mainTabWidget";
     this.mainTabWidget.CurrentIndex = 0;
     verticalLayout.AddWidget(this.mainTabWidget);
     this.tab = new QWidget(this.mainTabWidget);
     this.tab.ObjectName = "tab";
     this.tab.Enabled = false;
     QHBoxLayout horizontalLayout;
     horizontalLayout = new QHBoxLayout(this.tab);
     horizontalLayout.Margin = 6;
     this.widget = new QWidget(this.tab);
     this.widget.ObjectName = "widget";
     QSizePolicy widget_sizePolicy;
     widget_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Preferred);
     widget_sizePolicy.SetVerticalStretch(0);
     widget_sizePolicy.SetHorizontalStretch(0);
     widget_sizePolicy.SetHeightForWidth(this.widget.SizePolicy.HasHeightForWidth());
     this.widget.SizePolicy = widget_sizePolicy;
     QVBoxLayout verticalLayout_2;
     verticalLayout_2 = new QVBoxLayout(this.widget);
     verticalLayout_2.Margin = 0;
     this.groupBox_2 = new QGroupBox(this.widget);
     this.groupBox_2.ObjectName = "groupBox_2";
     QSizePolicy groupBox_2_sizePolicy;
     groupBox_2_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Preferred);
     groupBox_2_sizePolicy.SetVerticalStretch(0);
     groupBox_2_sizePolicy.SetHorizontalStretch(0);
     groupBox_2_sizePolicy.SetHeightForWidth(this.groupBox_2.SizePolicy.HasHeightForWidth());
     this.groupBox_2.SizePolicy = groupBox_2_sizePolicy;
     this.groupBox_2.Title = "Basic Information";
     QFormLayout formLayout_2;
     formLayout_2 = new QFormLayout(this.groupBox_2);
     formLayout_2.fieldGrowthPolicy = QFormLayout.FieldGrowthPolicy.AllNonFixedFieldsGrow;
     formLayout_2.SetContentsMargins(6, 12, 6, 0);
     this.label_9 = new QLabel(this.groupBox_2);
     this.label_9.ObjectName = "label_9";
     this.label_9.Text = "Full Name:";
     formLayout_2.SetWidget(0, QFormLayout.ItemRole.LabelRole, this.label_9);
     this.fullNameLineEdit = new QLineEdit(this.groupBox_2);
     this.fullNameLineEdit.ObjectName = "fullNameLineEdit";
     formLayout_2.SetWidget(0, QFormLayout.ItemRole.FieldRole, this.fullNameLineEdit);
     this.label_10 = new QLabel(this.groupBox_2);
     this.label_10.ObjectName = "label_10";
     this.label_10.Text = "Nickname:";
     formLayout_2.SetWidget(1, QFormLayout.ItemRole.LabelRole, this.label_10);
     this.nicknameLineEdit = new QLineEdit(this.groupBox_2);
     this.nicknameLineEdit.ObjectName = "nicknameLineEdit";
     formLayout_2.SetWidget(1, QFormLayout.ItemRole.FieldRole, this.nicknameLineEdit);
     this.label_14 = new QLabel(this.groupBox_2);
     this.label_14.ObjectName = "label_14";
     this.label_14.Text = "Birthday:";
     formLayout_2.SetWidget(2, QFormLayout.ItemRole.LabelRole, this.label_14);
     this.birthdayDateEdit = new QDateEdit(this.groupBox_2);
     this.birthdayDateEdit.ObjectName = "birthdayDateEdit";
     this.birthdayDateEdit.DisplayFormat = "M/d/yyyy";
     this.birthdayDateEdit.CalendarPopup = true;
     formLayout_2.SetWidget(2, QFormLayout.ItemRole.FieldRole, this.birthdayDateEdit);
     this.label_11 = new QLabel(this.groupBox_2);
     this.label_11.ObjectName = "label_11";
     this.label_11.Text = "Website:";
     formLayout_2.SetWidget(3, QFormLayout.ItemRole.LabelRole, this.label_11);
     this.websiteLineEdit = new QLineEdit(this.groupBox_2);
     this.websiteLineEdit.ObjectName = "websiteLineEdit";
     formLayout_2.SetWidget(3, QFormLayout.ItemRole.FieldRole, this.websiteLineEdit);
     verticalLayout_2.AddWidget(this.groupBox_2);
     this.groupBox_5 = new QGroupBox(this.widget);
     this.groupBox_5.ObjectName = "groupBox_5";
     this.groupBox_5.Title = "About Me";
     this.groupBox_5.Flat = false;
     this.groupBox_5.Checkable = false;
     QHBoxLayout horizontalLayout_3;
     horizontalLayout_3 = new QHBoxLayout(this.groupBox_5);
     horizontalLayout_3.SetContentsMargins(6, 12, 6, 6);
     this.bioTextEdit = new QTextEdit(this.groupBox_5);
     this.bioTextEdit.ObjectName = "bioTextEdit";
     horizontalLayout_3.AddWidget(this.bioTextEdit);
     verticalLayout_2.AddWidget(this.groupBox_5);
     horizontalLayout.AddWidget(this.widget);
     this.groupBox_4 = new QGroupBox(this.tab);
     this.groupBox_4.ObjectName = "groupBox_4";
     QSizePolicy groupBox_4_sizePolicy;
     groupBox_4_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Preferred);
     groupBox_4_sizePolicy.SetVerticalStretch(0);
     groupBox_4_sizePolicy.SetHorizontalStretch(0);
     groupBox_4_sizePolicy.SetHeightForWidth(this.groupBox_4.SizePolicy.HasHeightForWidth());
     this.groupBox_4.SizePolicy = groupBox_4_sizePolicy;
     this.groupBox_4.Title = "Contact Information";
     QFormLayout formLayout_3;
     formLayout_3 = new QFormLayout(this.groupBox_4);
     formLayout_3.SetContentsMargins(6, 12, 6, 6);
     this.label_12 = new QLabel(this.groupBox_4);
     this.label_12.ObjectName = "label_12";
     this.label_12.Text = "Email:";
     formLayout_3.SetWidget(0, QFormLayout.ItemRole.LabelRole, this.label_12);
     this.lineEdit_9 = new QLineEdit(this.groupBox_4);
     this.lineEdit_9.ObjectName = "lineEdit_9";
     formLayout_3.SetWidget(0, QFormLayout.ItemRole.FieldRole, this.lineEdit_9);
     this.label_13 = new QLabel(this.groupBox_4);
     this.label_13.ObjectName = "label_13";
     this.label_13.Text = "Phone:";
     formLayout_3.SetWidget(1, QFormLayout.ItemRole.LabelRole, this.label_13);
     this.lineEdit_11 = new QLineEdit(this.groupBox_4);
     this.lineEdit_11.ObjectName = "lineEdit_11";
     formLayout_3.SetWidget(1, QFormLayout.ItemRole.FieldRole, this.lineEdit_11);
     this.label_15 = new QLabel(this.groupBox_4);
     this.label_15.ObjectName = "label_15";
     this.label_15.Text = "Address:";
     formLayout_3.SetWidget(2, QFormLayout.ItemRole.LabelRole, this.label_15);
     this.lineEdit_12 = new QLineEdit(this.groupBox_4);
     this.lineEdit_12.ObjectName = "lineEdit_12";
     formLayout_3.SetWidget(2, QFormLayout.ItemRole.FieldRole, this.lineEdit_12);
     this.label_16 = new QLabel(this.groupBox_4);
     this.label_16.ObjectName = "label_16";
     this.label_16.Text = "City/Town:";
     formLayout_3.SetWidget(3, QFormLayout.ItemRole.LabelRole, this.label_16);
     this.lineEdit_13 = new QLineEdit(this.groupBox_4);
     this.lineEdit_13.ObjectName = "lineEdit_13";
     formLayout_3.SetWidget(3, QFormLayout.ItemRole.FieldRole, this.lineEdit_13);
     this.label_23 = new QLabel(this.groupBox_4);
     this.label_23.ObjectName = "label_23";
     this.label_23.Text = "State:";
     formLayout_3.SetWidget(4, QFormLayout.ItemRole.LabelRole, this.label_23);
     this.lineEdit_21 = new QLineEdit(this.groupBox_4);
     this.lineEdit_21.ObjectName = "lineEdit_21";
     formLayout_3.SetWidget(4, QFormLayout.ItemRole.FieldRole, this.lineEdit_21);
     this.label_17 = new QLabel(this.groupBox_4);
     this.label_17.ObjectName = "label_17";
     this.label_17.Text = "Zip:";
     formLayout_3.SetWidget(5, QFormLayout.ItemRole.LabelRole, this.label_17);
     this.lineEdit_14 = new QLineEdit(this.groupBox_4);
     this.lineEdit_14.ObjectName = "lineEdit_14";
     formLayout_3.SetWidget(5, QFormLayout.ItemRole.FieldRole, this.lineEdit_14);
     this.label_18 = new QLabel(this.groupBox_4);
     this.label_18.ObjectName = "label_18";
     this.label_18.Text = "Country:";
     formLayout_3.SetWidget(6, QFormLayout.ItemRole.LabelRole, this.label_18);
     this.lineEdit_15 = new QLineEdit(this.groupBox_4);
     this.lineEdit_15.ObjectName = "lineEdit_15";
     formLayout_3.SetWidget(6, QFormLayout.ItemRole.FieldRole, this.lineEdit_15);
     horizontalLayout.AddWidget(this.groupBox_4);
     this.mainTabWidget.AddTab(this.tab, "Personal Information");
     this.tab_4 = new QWidget(this.mainTabWidget);
     this.tab_4.ObjectName = "tab_4";
     this.tab_4.Enabled = false;
     QHBoxLayout horizontalLayout_5;
     horizontalLayout_5 = new QHBoxLayout(this.tab_4);
     horizontalLayout_5.Margin = 6;
     this.groupBox_6 = new QGroupBox(this.tab_4);
     this.groupBox_6.ObjectName = "groupBox_6";
     QSizePolicy groupBox_6_sizePolicy;
     groupBox_6_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Preferred);
     groupBox_6_sizePolicy.SetVerticalStretch(0);
     groupBox_6_sizePolicy.SetHorizontalStretch(0);
     groupBox_6_sizePolicy.SetHeightForWidth(this.groupBox_6.SizePolicy.HasHeightForWidth());
     this.groupBox_6.SizePolicy = groupBox_6_sizePolicy;
     this.groupBox_6.Title = "Company Information";
     QFormLayout formLayout_4;
     formLayout_4 = new QFormLayout(this.groupBox_6);
     formLayout_4.SetContentsMargins(6, 12, 6, 0);
     this.label = new QLabel(this.groupBox_6);
     this.label.ObjectName = "label";
     this.label.Text = "Company:";
     formLayout_4.SetWidget(0, QFormLayout.ItemRole.LabelRole, this.label);
     this.workCompanyLineEdit = new QLineEdit(this.groupBox_6);
     this.workCompanyLineEdit.ObjectName = "workCompanyLineEdit";
     formLayout_4.SetWidget(0, QFormLayout.ItemRole.FieldRole, this.workCompanyLineEdit);
     this.label_6 = new QLabel(this.groupBox_6);
     this.label_6.ObjectName = "label_6";
     this.label_6.Text = "Department:";
     formLayout_4.SetWidget(1, QFormLayout.ItemRole.LabelRole, this.label_6);
     this.workDepartmentLineEdit = new QLineEdit(this.groupBox_6);
     this.workDepartmentLineEdit.ObjectName = "workDepartmentLineEdit";
     formLayout_4.SetWidget(1, QFormLayout.ItemRole.FieldRole, this.workDepartmentLineEdit);
     this.label_7 = new QLabel(this.groupBox_6);
     this.label_7.ObjectName = "label_7";
     this.label_7.Text = "Position:";
     formLayout_4.SetWidget(2, QFormLayout.ItemRole.LabelRole, this.label_7);
     this.workPositionLineEdit = new QLineEdit(this.groupBox_6);
     this.workPositionLineEdit.ObjectName = "workPositionLineEdit";
     formLayout_4.SetWidget(2, QFormLayout.ItemRole.FieldRole, this.workPositionLineEdit);
     horizontalLayout_5.AddWidget(this.groupBox_6);
     this.groupBox = new QGroupBox(this.tab_4);
     this.groupBox.ObjectName = "groupBox";
     QSizePolicy groupBox_sizePolicy;
     groupBox_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Preferred);
     groupBox_sizePolicy.SetVerticalStretch(0);
     groupBox_sizePolicy.SetHorizontalStretch(0);
     groupBox_sizePolicy.SetHeightForWidth(this.groupBox.SizePolicy.HasHeightForWidth());
     this.groupBox.SizePolicy = groupBox_sizePolicy;
     this.groupBox.Title = "Contact Information";
     QFormLayout formLayout;
     formLayout = new QFormLayout(this.groupBox);
     formLayout.fieldGrowthPolicy = QFormLayout.FieldGrowthPolicy.AllNonFixedFieldsGrow;
     formLayout.SetContentsMargins(6, 12, 6, 0);
     this.label_8 = new QLabel(this.groupBox);
     this.label_8.ObjectName = "label_8";
     this.label_8.Text = "Email:";
     formLayout.SetWidget(0, QFormLayout.ItemRole.LabelRole, this.label_8);
     this.workEmailLineEdit = new QLineEdit(this.groupBox);
     this.workEmailLineEdit.ObjectName = "workEmailLineEdit";
     formLayout.SetWidget(0, QFormLayout.ItemRole.FieldRole, this.workEmailLineEdit);
     this.label_21 = new QLabel(this.groupBox);
     this.label_21.ObjectName = "label_21";
     this.label_21.Text = "Address:";
     formLayout.SetWidget(2, QFormLayout.ItemRole.LabelRole, this.label_21);
     this.workAddressLineEdit = new QLineEdit(this.groupBox);
     this.workAddressLineEdit.ObjectName = "workAddressLineEdit";
     formLayout.SetWidget(2, QFormLayout.ItemRole.FieldRole, this.workAddressLineEdit);
     this.label_19 = new QLabel(this.groupBox);
     this.label_19.ObjectName = "label_19";
     this.label_19.Text = "City/Town:";
     formLayout.SetWidget(3, QFormLayout.ItemRole.LabelRole, this.label_19);
     this.workCityLineEdit = new QLineEdit(this.groupBox);
     this.workCityLineEdit.ObjectName = "workCityLineEdit";
     formLayout.SetWidget(3, QFormLayout.ItemRole.FieldRole, this.workCityLineEdit);
     this.label_24 = new QLabel(this.groupBox);
     this.label_24.ObjectName = "label_24";
     this.label_24.Text = "State:";
     formLayout.SetWidget(4, QFormLayout.ItemRole.LabelRole, this.label_24);
     this.workStateLineEdit = new QLineEdit(this.groupBox);
     this.workStateLineEdit.ObjectName = "workStateLineEdit";
     formLayout.SetWidget(4, QFormLayout.ItemRole.FieldRole, this.workStateLineEdit);
     this.label_20 = new QLabel(this.groupBox);
     this.label_20.ObjectName = "label_20";
     this.label_20.Text = "Zip:";
     formLayout.SetWidget(5, QFormLayout.ItemRole.LabelRole, this.label_20);
     this.workZipLineEdit = new QLineEdit(this.groupBox);
     this.workZipLineEdit.ObjectName = "workZipLineEdit";
     formLayout.SetWidget(5, QFormLayout.ItemRole.FieldRole, this.workZipLineEdit);
     this.label_22 = new QLabel(this.groupBox);
     this.label_22.ObjectName = "label_22";
     this.label_22.Text = "Country:";
     formLayout.SetWidget(6, QFormLayout.ItemRole.LabelRole, this.label_22);
     this.workCountryLineEdit = new QLineEdit(this.groupBox);
     this.workCountryLineEdit.ObjectName = "workCountryLineEdit";
     formLayout.SetWidget(6, QFormLayout.ItemRole.FieldRole, this.workCountryLineEdit);
     this.label_2 = new QLabel(this.groupBox);
     this.label_2.ObjectName = "label_2";
     this.label_2.Text = "Phone:";
     formLayout.SetWidget(1, QFormLayout.ItemRole.LabelRole, this.label_2);
     this.workPhoneLineEdit = new QLineEdit(this.groupBox);
     this.workPhoneLineEdit.ObjectName = "workPhoneLineEdit";
     formLayout.SetWidget(1, QFormLayout.ItemRole.FieldRole, this.workPhoneLineEdit);
     horizontalLayout_5.AddWidget(this.groupBox);
     this.mainTabWidget.AddTab(this.tab_4, "Work Information");
     this.tab_2 = new QWidget(this.mainTabWidget);
     this.tab_2.ObjectName = "tab_2";
     QHBoxLayout horizontalLayout_2;
     horizontalLayout_2 = new QHBoxLayout(this.tab_2);
     horizontalLayout_2.Margin = 6;
     QVBoxLayout verticalLayout_4;
     verticalLayout_4 = new QVBoxLayout();
     horizontalLayout_2.AddLayout(verticalLayout_4);
     verticalLayout_4.sizeConstraint = QLayout.SizeConstraint.SetMinimumSize;
     this.label_4 = new QLabel(this.tab_2);
     this.label_4.ObjectName = "label_4";
     this.label_4.Text = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\np, li { white-space: pre-wrap; }\n</style></head><body style=\" font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Your Avatar:</span></p></body></html>";
     verticalLayout_4.AddWidget(this.label_4);
     this.avatarLabel = new QLabel(this.tab_2);
     this.avatarLabel.ObjectName = "avatarLabel";
     this.avatarLabel.MinimumSize = new QSize(48, 96);
     this.avatarLabel.FrameShape = QFrame.Shape.StyledPanel;
     this.avatarLabel.FrameShadow = QFrame.Shadow.Raised;
     this.avatarLabel.Text = "";
     this.avatarLabel.Alignment = global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignCenter");
     verticalLayout_4.AddWidget(this.avatarLabel);
     this.avatarBrowseButton = new QPushButton(this.tab_2);
     this.avatarBrowseButton.ObjectName = "avatarBrowseButton";
     this.avatarBrowseButton.Text = "Select File...";
     verticalLayout_4.AddWidget(this.avatarBrowseButton);
     this.clearAvatarButton = new QPushButton(this.tab_2);
     this.clearAvatarButton.ObjectName = "clearAvatarButton";
     this.clearAvatarButton.Text = "Clear";
     verticalLayout_4.AddWidget(this.clearAvatarButton);
     QSpacerItem verticalSpacer;
     verticalSpacer = new QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding);
     verticalLayout_4.AddItem(verticalSpacer);
     this.line_2 = new QFrame(this.tab_2);
     this.line_2.ObjectName = "line_2";
     this.line_2.FrameShape = QFrame.Shape.VLine;
     this.line_2.FrameShadow = QFrame.Shadow.Sunken;
     horizontalLayout_2.AddWidget(this.line_2);
     QVBoxLayout verticalLayout_5;
     verticalLayout_5 = new QVBoxLayout();
     horizontalLayout_2.AddLayout(verticalLayout_5);
     QGridLayout gridLayout_2;
     gridLayout_2 = new QGridLayout();
     verticalLayout_5.AddLayout(gridLayout_2);
     this.label_5 = new QLabel(this.tab_2);
     this.label_5.ObjectName = "label_5";
     this.label_5.Text = "Search:";
     this.label_5.SetBuddy(avatarSearchLineEdit);
     gridLayout_2.AddWidget(this.label_5, 0, 0, 1, 1);
     this.avatarSearchLineEdit = new QLineEdit(this.tab_2);
     this.avatarSearchLineEdit.ObjectName = "avatarSearchLineEdit";
     gridLayout_2.AddWidget(this.avatarSearchLineEdit, 0, 1, 1, 1);
     this.avatarSearchButton = new QPushButton(this.tab_2);
     this.avatarSearchButton.ObjectName = "avatarSearchButton";
     this.avatarSearchButton.Text = "Search";
     this.avatarSearchButton.Default = true;
     gridLayout_2.AddWidget(this.avatarSearchButton, 0, 2, 1, 1);
     this.avatarTabWidget = new QTabWidget(this.tab_2);
     this.avatarTabWidget.ObjectName = "avatarTabWidget";
     this.avatarTabWidget.CurrentIndex = -1;
     verticalLayout_5.AddWidget(this.avatarTabWidget);
     this.mainTabWidget.AddTab(this.tab_2, "Avatar");
     this.tab_3 = new QWidget(this.mainTabWidget);
     this.tab_3.ObjectName = "tab_3";
     QVBoxLayout verticalLayout_3;
     verticalLayout_3 = new QVBoxLayout(this.tab_3);
     verticalLayout_3.Margin = 0;
     this.scrollArea = new QScrollArea(this.tab_3);
     this.scrollArea.ObjectName = "scrollArea";
     this.scrollArea.StyleSheet = "background: palette(base);";
     this.scrollArea.FrameShape = QFrame.Shape.NoFrame;
     this.scrollArea.HorizontalScrollBarPolicy = Qt.ScrollBarPolicy.ScrollBarAlwaysOff;
     this.scrollArea.WidgetResizable = true;
     this.scrollArea.Alignment = ((global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeading") | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeft")) | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignTop"));
     verticalLayout_3.AddWidget(this.scrollArea);
     this.webIdentitiesContainer = new QWidget(this.scrollArea);
     this.webIdentitiesContainer.ObjectName = "webIdentitiesContainer";
     this.webIdentitiesContainer.Geometry = new QRect(0, 0, 589, 376);
     QVBoxLayout verticalLayout_6;
     verticalLayout_6 = new QVBoxLayout(this.webIdentitiesContainer);
     verticalLayout_6.Margin = 6;
     QSpacerItem verticalSpacer_2;
     verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding);
     verticalLayout_6.AddItem(verticalSpacer_2);
     this.scrollArea.SetWidget(this.webIdentitiesContainer);
     this.mainTabWidget.AddTab(this.tab_3, "Web Identities");
     this.buttonBox = new QDialogButtonBox(this);
     this.buttonBox.ObjectName = "buttonBox";
     this.buttonBox.StandardButtons = (global::Qyoto.Qyoto.GetCPPEnumValue("QDialogButtonBox", "Cancel") | global::Qyoto.Qyoto.GetCPPEnumValue("QDialogButtonBox", "Ok"));
     verticalLayout.AddWidget(this.buttonBox);
     QObject.Connect(buttonBox, Qt.SIGNAL("rejected()"), this, Qt.SLOT("reject()"));
     QObject.Connect(buttonBox, Qt.SIGNAL("accepted()"), this, Qt.SLOT("accept()"));
     QMetaObject.ConnectSlotsByName(this);
 }
Exemplo n.º 18
0
 protected void SetupUi()
 {
     base.ObjectName = "RosterWidget";
     this.Geometry = new QRect(0, 0, 352, 538);
     this.WindowTitle = "RosterWidget";
     this.StyleSheet = "";
     QVBoxLayout verticalLayout_6;
     verticalLayout_6 = new QVBoxLayout(this);
     verticalLayout_6.Spacing = 0;
     verticalLayout_6.sizeConstraint = QLayout.SizeConstraint.SetDefaultConstraint;
     verticalLayout_6.Margin = 0;
     this.m_AccountsContainer = new QWidget(this);
     this.m_AccountsContainer.ObjectName = "m_AccountsContainer";
     QSizePolicy m_AccountsContainer_sizePolicy;
     m_AccountsContainer_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred);
     m_AccountsContainer_sizePolicy.SetVerticalStretch(0);
     m_AccountsContainer_sizePolicy.SetHorizontalStretch(0);
     m_AccountsContainer_sizePolicy.SetHeightForWidth(this.m_AccountsContainer.SizePolicy.HasHeightForWidth());
     this.m_AccountsContainer.SizePolicy = m_AccountsContainer_sizePolicy;
     verticalLayout_6.AddWidget(this.m_AccountsContainer);
     this.notificationsWidget = new Synapse.QtClient.Widgets.NotificationsWidget(this);
     this.notificationsWidget.ObjectName = "notificationsWidget";
     this.notificationsWidget.FrameShape = QFrame.Shape.NoFrame;
     this.notificationsWidget.FrameShadow = QFrame.Shadow.Raised;
     verticalLayout_6.AddWidget(this.notificationsWidget);
     this.splitter = new QSplitter(this);
     this.splitter.ObjectName = "splitter";
     this.splitter.Orientation = Qt.Orientation.Vertical;
     verticalLayout_6.AddWidget(this.splitter);
     this.widget = new QWidget(this.splitter);
     this.widget.ObjectName = "widget";
     QVBoxLayout verticalLayout_2;
     verticalLayout_2 = new QVBoxLayout(this.widget);
     verticalLayout_2.Margin = 0;
     this.tabWidget = new Synapse.QtClient.Widgets.MainTabWidget(this.widget);
     this.tabWidget.ObjectName = "tabWidget";
     this.tabWidget.tabPosition = QTabWidget.TabPosition.South;
     this.tabWidget.CurrentIndex = 0;
     verticalLayout_2.AddWidget(this.tabWidget);
     this.friendsTab = new QWidget(this.tabWidget);
     this.friendsTab.ObjectName = "friendsTab";
     QVBoxLayout verticalLayout_4;
     verticalLayout_4 = new QVBoxLayout(this.friendsTab);
     verticalLayout_4.Spacing = 0;
     verticalLayout_4.Margin = 0;
     this.gridHeader = new QFrame(this.friendsTab);
     this.gridHeader.ObjectName = "gridHeader";
     this.gridHeader.AutoFillBackground = true;
     this.gridHeader.FrameShape = QFrame.Shape.NoFrame;
     this.gridHeader.FrameShadow = QFrame.Shadow.Raised;
     QHBoxLayout horizontalLayout_6;
     horizontalLayout_6 = new QHBoxLayout(this.gridHeader);
     horizontalLayout_6.Spacing = 3;
     horizontalLayout_6.Margin = 3;
     this.statsLabel = new QLabel(this.gridHeader);
     this.statsLabel.ObjectName = "statsLabel";
     QSizePolicy statsLabel_sizePolicy;
     statsLabel_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Preferred);
     statsLabel_sizePolicy.SetVerticalStretch(0);
     statsLabel_sizePolicy.SetHorizontalStretch(0);
     statsLabel_sizePolicy.SetHeightForWidth(this.statsLabel.SizePolicy.HasHeightForWidth());
     this.statsLabel.SizePolicy = statsLabel_sizePolicy;
     this.statsLabel.Text = "";
     horizontalLayout_6.AddWidget(this.statsLabel);
     this.rosterSearchButton = new QPushButton(this.gridHeader);
     this.rosterSearchButton.ObjectName = "rosterSearchButton";
     this.rosterSearchButton.FocusPolicy = Qt.FocusPolicy.TabFocus;
     this.rosterSearchButton.ToolTip = "Search friends";
     this.rosterSearchButton.Text = "";
     this.rosterSearchButton.Checkable = true;
     this.rosterSearchButton.Checked = false;
     this.rosterSearchButton.Flat = true;
     horizontalLayout_6.AddWidget(this.rosterSearchButton);
     this.rosterViewButton = new QPushButton(this.gridHeader);
     this.rosterViewButton.ObjectName = "rosterViewButton";
     this.rosterViewButton.FocusPolicy = Qt.FocusPolicy.TabFocus;
     this.rosterViewButton.ToolTip = "Change view options";
     this.rosterViewButton.Text = "";
     this.rosterViewButton.Flat = true;
     horizontalLayout_6.AddWidget(this.rosterViewButton);
     this.addFriendButton = new QPushButton(this.gridHeader);
     this.addFriendButton.ObjectName = "addFriendButton";
     this.addFriendButton.FocusPolicy = Qt.FocusPolicy.TabFocus;
     this.addFriendButton.ToolTip = "Add & Invite new friends";
     this.addFriendButton.Text = "";
     this.addFriendButton.Flat = true;
     horizontalLayout_6.AddWidget(this.addFriendButton);
     verticalLayout_4.AddWidget(this.gridHeader);
     this.friendSearchContainer = new QWidget(this.friendsTab);
     this.friendSearchContainer.ObjectName = "friendSearchContainer";
     QHBoxLayout horizontalLayout;
     horizontalLayout = new QHBoxLayout(this.friendSearchContainer);
     horizontalLayout.Spacing = 0;
     horizontalLayout.Margin = 3;
     this.friendSearchLineEdit = new QLineEdit(this.friendSearchContainer);
     this.friendSearchLineEdit.ObjectName = "friendSearchLineEdit";
     horizontalLayout.AddWidget(this.friendSearchLineEdit);
     verticalLayout_4.AddWidget(this.friendSearchContainer);
     this.rosterGrid = new Synapse.QtClient.Widgets.AvatarGrid<Synapse.UI.RosterItem>(this.friendsTab);
     this.rosterGrid.ObjectName = "rosterGrid";
     this.rosterGrid.FocusPolicy = Qt.FocusPolicy.StrongFocus;
     this.rosterGrid.FrameShape = QFrame.Shape.NoFrame;
     this.rosterGrid.Alignment = ((global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeading") | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeft")) | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignTop"));
     verticalLayout_4.AddWidget(this.rosterGrid);
     this.tabWidget.AddTab(this.friendsTab, "Friends");
     this.chatroomsTab = new QWidget(this.tabWidget);
     this.chatroomsTab.ObjectName = "chatroomsTab";
     QVBoxLayout verticalLayout_3;
     verticalLayout_3 = new QVBoxLayout(this.chatroomsTab);
     verticalLayout_3.Spacing = 0;
     verticalLayout_3.Margin = 0;
     this.joinMucHeader = new QFrame(this.chatroomsTab);
     this.joinMucHeader.ObjectName = "joinMucHeader";
     this.joinMucHeader.FrameShape = QFrame.Shape.NoFrame;
     this.joinMucHeader.FrameShadow = QFrame.Shadow.Raised;
     QHBoxLayout horizontalLayout_5;
     horizontalLayout_5 = new QHBoxLayout(this.joinMucHeader);
     horizontalLayout_5.Spacing = 3;
     horizontalLayout_5.Margin = 3;
     this.label_7 = new QLabel(this.joinMucHeader);
     this.label_7.ObjectName = "label_7";
     QSizePolicy label_7_sizePolicy;
     label_7_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Preferred);
     label_7_sizePolicy.SetVerticalStretch(0);
     label_7_sizePolicy.SetHorizontalStretch(0);
     label_7_sizePolicy.SetHeightForWidth(this.label_7.SizePolicy.HasHeightForWidth());
     this.label_7.SizePolicy = label_7_sizePolicy;
     this.label_7.Text = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\np, li { white-space: pre-wrap; }\n</style></head><body style=\" font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'DejaVu Sans';\">Join or Create Conference</p></body></html>";
     horizontalLayout_5.AddWidget(this.label_7);
     this.toggleJoinMucButton = new QPushButton(this.joinMucHeader);
     this.toggleJoinMucButton.ObjectName = "toggleJoinMucButton";
     this.toggleJoinMucButton.FocusPolicy = Qt.FocusPolicy.TabFocus;
     this.toggleJoinMucButton.Text = "";
     this.toggleJoinMucButton.Flat = true;
     horizontalLayout_5.AddWidget(this.toggleJoinMucButton);
     verticalLayout_3.AddWidget(this.joinMucHeader);
     this.joinMucContainer = new QWidget(this.chatroomsTab);
     this.joinMucContainer.ObjectName = "joinMucContainer";
     QVBoxLayout verticalLayout_5;
     verticalLayout_5 = new QVBoxLayout(this.joinMucContainer);
     verticalLayout_5.SetContentsMargins(0, 0, 0, 6);
     QGridLayout gridLayout;
     gridLayout = new QGridLayout();
     verticalLayout_5.AddLayout(gridLayout);
     gridLayout.SetContentsMargins(6, 6, 6, 0);
     this.label_2 = new QLabel(this.joinMucContainer);
     this.label_2.ObjectName = "label_2";
     this.label_2.Text = "Room:";
     gridLayout.AddWidget(this.label_2, 0, 0, 1, 1);
     this.label_5 = new QLabel(this.joinMucContainer);
     this.label_5.ObjectName = "label_5";
     this.label_5.Text = "Server:";
     gridLayout.AddWidget(this.label_5, 1, 0, 1, 1);
     this.mucServerLineEdit = new QLineEdit(this.joinMucContainer);
     this.mucServerLineEdit.ObjectName = "mucServerLineEdit";
     this.mucServerLineEdit.Text = "conference.extremeboredom.net";
     gridLayout.AddWidget(this.mucServerLineEdit, 1, 1, 1, 1);
     this.mucRoomLineEdit = new QLineEdit(this.joinMucContainer);
     this.mucRoomLineEdit.ObjectName = "mucRoomLineEdit";
     this.mucRoomLineEdit.Text = "synapse";
     gridLayout.AddWidget(this.mucRoomLineEdit, 0, 1, 1, 1);
     this.label_6 = new QLabel(this.joinMucContainer);
     this.label_6.ObjectName = "label_6";
     this.label_6.Text = "Nickname:";
     gridLayout.AddWidget(this.label_6, 2, 0, 1, 1);
     this.mucNicknameLineEdit = new QLineEdit(this.joinMucContainer);
     this.mucNicknameLineEdit.ObjectName = "mucNicknameLineEdit";
     gridLayout.AddWidget(this.mucNicknameLineEdit, 2, 1, 1, 1);
     this.label = new QLabel(this.joinMucContainer);
     this.label.ObjectName = "label";
     this.label.Text = "Password:"******"mucPasswordLineEdit";
     gridLayout.AddWidget(this.mucPasswordLineEdit, 3, 1, 1, 1);
     QHBoxLayout horizontalLayout_4;
     horizontalLayout_4 = new QHBoxLayout();
     verticalLayout_5.AddLayout(horizontalLayout_4);
     horizontalLayout_4.SetContentsMargins(6, 0, 6, 0);
     this.pushButton = new QPushButton(this.joinMucContainer);
     this.pushButton.ObjectName = "pushButton";
     this.pushButton.Text = "Browse...";
     horizontalLayout_4.AddWidget(this.pushButton);
     QSpacerItem horizontalSpacer_3;
     horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum);
     horizontalLayout_4.AddItem(horizontalSpacer_3);
     this.m_JoinChatButton = new QPushButton(this.joinMucContainer);
     this.m_JoinChatButton.ObjectName = "m_JoinChatButton";
     this.m_JoinChatButton.Text = "Join";
     horizontalLayout_4.AddWidget(this.m_JoinChatButton);
     verticalLayout_3.AddWidget(this.joinMucContainer);
     this.yourMucsHeader = new QFrame(this.chatroomsTab);
     this.yourMucsHeader.ObjectName = "yourMucsHeader";
     this.yourMucsHeader.FrameShape = QFrame.Shape.NoFrame;
     this.yourMucsHeader.FrameShadow = QFrame.Shadow.Raised;
     QHBoxLayout horizontalLayout_7;
     horizontalLayout_7 = new QHBoxLayout(this.yourMucsHeader);
     horizontalLayout_7.Spacing = 3;
     horizontalLayout_7.Margin = 3;
     this.label_4 = new QLabel(this.yourMucsHeader);
     this.label_4.ObjectName = "label_4";
     QSizePolicy label_4_sizePolicy;
     label_4_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Preferred);
     label_4_sizePolicy.SetVerticalStretch(0);
     label_4_sizePolicy.SetHorizontalStretch(0);
     label_4_sizePolicy.SetHeightForWidth(this.label_4.SizePolicy.HasHeightForWidth());
     this.label_4.SizePolicy = label_4_sizePolicy;
     this.label_4.Text = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\np, li { white-space: pre-wrap; }\n</style></head><body style=\" font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'DejaVu Sans';\">Your Conferences</p></body></html>";
     horizontalLayout_7.AddWidget(this.label_4);
     this.addMucBookmarkButton = new QPushButton(this.yourMucsHeader);
     this.addMucBookmarkButton.ObjectName = "addMucBookmarkButton";
     this.addMucBookmarkButton.FocusPolicy = Qt.FocusPolicy.TabFocus;
     this.addMucBookmarkButton.Text = "";
     this.addMucBookmarkButton.Flat = true;
     horizontalLayout_7.AddWidget(this.addMucBookmarkButton);
     verticalLayout_3.AddWidget(this.yourMucsHeader);
     this.mucTree = new QTreeView(this.chatroomsTab);
     this.mucTree.ObjectName = "mucTree";
     this.mucTree.FrameShape = QFrame.Shape.NoFrame;
     this.mucTree.Animated = true;
     this.mucTree.HeaderHidden = true;
     verticalLayout_3.AddWidget(this.mucTree);
     this.friendsMucsHeader = new QFrame(this.chatroomsTab);
     this.friendsMucsHeader.ObjectName = "friendsMucsHeader";
     this.friendsMucsHeader.FrameShape = QFrame.Shape.NoFrame;
     this.friendsMucsHeader.FrameShadow = QFrame.Shadow.Raised;
     QHBoxLayout horizontalLayout_8;
     horizontalLayout_8 = new QHBoxLayout(this.friendsMucsHeader);
     horizontalLayout_8.Spacing = 3;
     horizontalLayout_8.Margin = 3;
     this.label_3 = new QLabel(this.friendsMucsHeader);
     this.label_3.ObjectName = "label_3";
     this.label_3.Text = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\np, li { white-space: pre-wrap; }\n</style></head><body style=\" font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'DejaVu Sans';\">Friends' Conferences</p></body></html>";
     horizontalLayout_8.AddWidget(this.label_3);
     verticalLayout_3.AddWidget(this.friendsMucsHeader);
     this.friendsMucTree = new QTreeView(this.chatroomsTab);
     this.friendsMucTree.ObjectName = "friendsMucTree";
     this.friendsMucTree.FrameShape = QFrame.Shape.NoFrame;
     this.friendsMucTree.Animated = true;
     this.friendsMucTree.HeaderHidden = true;
     verticalLayout_3.AddWidget(this.friendsMucTree);
     this.tabWidget.AddTab(this.chatroomsTab, "Conferences");
     this.activityTab = new QWidget(this.tabWidget);
     this.activityTab.ObjectName = "activityTab";
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout(this.activityTab);
     verticalLayout.Spacing = 0;
     verticalLayout.sizeConstraint = QLayout.SizeConstraint.SetDefaultConstraint;
     verticalLayout.Margin = 0;
     this.activityHeader = new QFrame(this.activityTab);
     this.activityHeader.ObjectName = "activityHeader";
     QSizePolicy activityHeader_sizePolicy;
     activityHeader_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Minimum);
     activityHeader_sizePolicy.SetVerticalStretch(0);
     activityHeader_sizePolicy.SetHorizontalStretch(0);
     activityHeader_sizePolicy.SetHeightForWidth(this.activityHeader.SizePolicy.HasHeightForWidth());
     this.activityHeader.SizePolicy = activityHeader_sizePolicy;
     this.activityHeader.FrameShape = QFrame.Shape.NoFrame;
     this.activityHeader.FrameShadow = QFrame.Shadow.Raised;
     QHBoxLayout horizontalLayout_9;
     horizontalLayout_9 = new QHBoxLayout(this.activityHeader);
     horizontalLayout_9.Spacing = 3;
     horizontalLayout_9.Margin = 3;
     this.m_ShoutButton = new QPushButton(this.activityHeader);
     this.m_ShoutButton.ObjectName = "m_ShoutButton";
     this.m_ShoutButton.FocusPolicy = Qt.FocusPolicy.TabFocus;
     this.m_ShoutButton.StyleSheet = "";
     this.m_ShoutButton.Text = "Shout!";
     this.m_ShoutButton.Checkable = true;
     this.m_ShoutButton.AutoExclusive = false;
     this.m_ShoutButton.Flat = true;
     horizontalLayout_9.AddWidget(this.m_ShoutButton);
     this.m_PostLinkButton = new QPushButton(this.activityHeader);
     this.m_PostLinkButton.ObjectName = "m_PostLinkButton";
     this.m_PostLinkButton.FocusPolicy = Qt.FocusPolicy.TabFocus;
     this.m_PostLinkButton.Text = "Post Link";
     this.m_PostLinkButton.Checkable = true;
     this.m_PostLinkButton.AutoExclusive = false;
     this.m_PostLinkButton.Flat = true;
     horizontalLayout_9.AddWidget(this.m_PostLinkButton);
     this.m_PostFileButton = new QPushButton(this.activityHeader);
     this.m_PostFileButton.ObjectName = "m_PostFileButton";
     this.m_PostFileButton.FocusPolicy = Qt.FocusPolicy.TabFocus;
     this.m_PostFileButton.Text = "Post File";
     this.m_PostFileButton.Checkable = true;
     this.m_PostFileButton.AutoExclusive = false;
     this.m_PostFileButton.Flat = true;
     horizontalLayout_9.AddWidget(this.m_PostFileButton);
     QSpacerItem horizontalSpacer_2;
     horizontalSpacer_2 = new QSpacerItem(0, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum);
     horizontalLayout_9.AddItem(horizontalSpacer_2);
     this.feedFilterButton = new QPushButton(this.activityHeader);
     this.feedFilterButton.ObjectName = "feedFilterButton";
     this.feedFilterButton.FocusPolicy = Qt.FocusPolicy.TabFocus;
     this.feedFilterButton.Text = "";
     this.feedFilterButton.Flat = true;
     horizontalLayout_9.AddWidget(this.feedFilterButton);
     verticalLayout.AddWidget(this.activityHeader);
     this.shoutContainer = new QWidget(this.activityTab);
     this.shoutContainer.ObjectName = "shoutContainer";
     QVBoxLayout verticalLayout_8;
     verticalLayout_8 = new QVBoxLayout(this.shoutContainer);
     verticalLayout_8.Margin = 6;
     QHBoxLayout horizontalLayout_2;
     horizontalLayout_2 = new QHBoxLayout();
     verticalLayout_8.AddLayout(horizontalLayout_2);
     this.shoutLineEdit = new QLineEdit(this.shoutContainer);
     this.shoutLineEdit.ObjectName = "shoutLineEdit";
     this.shoutLineEdit.MaxLength = 140;
     horizontalLayout_2.AddWidget(this.shoutLineEdit);
     this.shoutCharsLabel = new QLabel(this.shoutContainer);
     this.shoutCharsLabel.ObjectName = "shoutCharsLabel";
     this.shoutCharsLabel.Text = "140";
     horizontalLayout_2.AddWidget(this.shoutCharsLabel);
     this.shoutHandlersBox = new QWidget(this.shoutContainer);
     this.shoutHandlersBox.ObjectName = "shoutHandlersBox";
     QHBoxLayout horizontalLayout_10;
     horizontalLayout_10 = new QHBoxLayout(this.shoutHandlersBox);
     horizontalLayout_10.Margin = 0;
     this.label_8 = new QLabel(this.shoutHandlersBox);
     this.label_8.ObjectName = "label_8";
     this.label_8.Text = "Also Send To:";
     horizontalLayout_10.AddWidget(this.label_8);
     this.shoutHandlersContainer = new QWidget(this.shoutHandlersBox);
     this.shoutHandlersContainer.ObjectName = "shoutHandlersContainer";
     QHBoxLayout horizontalLayout_11;
     horizontalLayout_11 = new QHBoxLayout(this.shoutHandlersContainer);
     horizontalLayout_11.Spacing = 3;
     horizontalLayout_11.Margin = 0;
     horizontalLayout_10.AddWidget(this.shoutHandlersContainer);
     QSpacerItem horizontalSpacer_4;
     horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum);
     horizontalLayout_10.AddItem(horizontalSpacer_4);
     verticalLayout_8.AddWidget(this.shoutHandlersBox);
     QHBoxLayout horizontalLayout_3;
     horizontalLayout_3 = new QHBoxLayout();
     verticalLayout_8.AddLayout(horizontalLayout_3);
     QSpacerItem horizontalSpacer;
     horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum);
     horizontalLayout_3.AddItem(horizontalSpacer);
     this.sendShoutButton = new QPushButton(this.shoutContainer);
     this.sendShoutButton.ObjectName = "sendShoutButton";
     this.sendShoutButton.Text = "Shout!";
     horizontalLayout_3.AddWidget(this.sendShoutButton);
     verticalLayout.AddWidget(this.shoutContainer);
     this.m_ActivityWebView = new QWebView(this.activityTab);
     this.m_ActivityWebView.ObjectName = "m_ActivityWebView";
     QSizePolicy m_ActivityWebView_sizePolicy;
     m_ActivityWebView_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Expanding);
     m_ActivityWebView_sizePolicy.SetVerticalStretch(0);
     m_ActivityWebView_sizePolicy.SetHorizontalStretch(0);
     m_ActivityWebView_sizePolicy.SetHeightForWidth(this.m_ActivityWebView.SizePolicy.HasHeightForWidth());
     this.m_ActivityWebView.SizePolicy = m_ActivityWebView_sizePolicy;
     this.m_ActivityWebView.Url = new QUrl("about:blank");
     verticalLayout.AddWidget(this.m_ActivityWebView);
     this.tabWidget.AddTab(this.activityTab, "Activity");
     this.splitter.AddWidget(this.widget);
     QObject.Connect(m_ShoutButton, Qt.SIGNAL("toggled(bool)"), shoutContainer, Qt.SLOT("setShown(bool)"));
     QObject.Connect(mucRoomLineEdit, Qt.SIGNAL("returnPressed()"), m_JoinChatButton, Qt.SLOT("click()"));
     QObject.Connect(mucPasswordLineEdit, Qt.SIGNAL("returnPressed()"), m_JoinChatButton, Qt.SLOT("click()"));
     QObject.Connect(mucServerLineEdit, Qt.SIGNAL("returnPressed()"), m_JoinChatButton, Qt.SLOT("click()"));
     QObject.Connect(mucNicknameLineEdit, Qt.SIGNAL("returnPressed()"), m_JoinChatButton, Qt.SLOT("click()"));
     QMetaObject.ConnectSlotsByName(this);
     this.label_2.SetBuddy(mucRoomLineEdit);
     this.label_5.SetBuddy(mucServerLineEdit);
     this.label_6.SetBuddy(mucNicknameLineEdit);
     this.label.SetBuddy(mucPasswordLineEdit);
 }
Exemplo n.º 19
0
 public void ChangeSize(int w, int h, QSizePolicy.Policy hData)
 {
     interceptor.Invoke("changeSize$$$", "changeSize(int, int, QSizePolicy::Policy)", typeof(void), typeof(int), w, typeof(int), h, typeof(QSizePolicy.Policy), hData);
 }
Exemplo n.º 20
0
 public QSpacerItem(int w, int h, QSizePolicy.Policy hData)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSpacerItem$$$", "QSpacerItem(int, int, QSizePolicy::Policy)", typeof(void), typeof(int), w, typeof(int), h, typeof(QSizePolicy.Policy), hData);
 }
Exemplo n.º 21
0
 public void SetControlType(QSizePolicy.ControlType type)
 {
     interceptor.Invoke("setControlType$", "setControlType(QSizePolicy::ControlType)", typeof(void), typeof(QSizePolicy.ControlType), type);
 }
Exemplo n.º 22
0
 protected void SetupUi()
 {
     base.ObjectName = "PreferencesWindow";
     this.Geometry = new QRect(0, 0, 559, 480);
     this.WindowTitle = "Synapse Preferences";
     QVBoxLayout verticalLayout;
     verticalLayout = new QVBoxLayout(this);
     verticalLayout.Margin = 6;
     this.tabWidget = new QTabWidget(this);
     this.tabWidget.ObjectName = "tabWidget";
     this.tabWidget.CurrentIndex = 0;
     verticalLayout.AddWidget(this.tabWidget);
     this.tab = new QWidget(this.tabWidget);
     this.tab.ObjectName = "tab";
     QVBoxLayout verticalLayout_2;
     verticalLayout_2 = new QVBoxLayout(this.tab);
     verticalLayout_2.Spacing = 6;
     verticalLayout_2.Margin = 12;
     this.accountsList = new QTableView(this.tab);
     this.accountsList.ObjectName = "accountsList";
     this.accountsList.AlternatingRowColors = true;
     this.accountsList.selectionMode = QAbstractItemView.SelectionMode.SingleSelection;
     this.accountsList.selectionBehavior = QAbstractItemView.SelectionBehavior.SelectRows;
     this.accountsList.ShowGrid = false;
     this.accountsList.WordWrap = false;
     verticalLayout_2.AddWidget(this.accountsList);
     this.widget = new QWidget(this.tab);
     this.widget.ObjectName = "widget";
     QHBoxLayout horizontalLayout;
     horizontalLayout = new QHBoxLayout(this.widget);
     horizontalLayout.Margin = 0;
     this.addAccountButton = new QPushButton(this.widget);
     this.addAccountButton.ObjectName = "addAccountButton";
     this.addAccountButton.Enabled = true;
     this.addAccountButton.Text = "Add Account";
     horizontalLayout.AddWidget(this.addAccountButton);
     this.editAccountButton = new QPushButton(this.widget);
     this.editAccountButton.ObjectName = "editAccountButton";
     this.editAccountButton.Enabled = true;
     this.editAccountButton.Text = "Edit Account";
     horizontalLayout.AddWidget(this.editAccountButton);
     this.removeAccountButton = new QPushButton(this.widget);
     this.removeAccountButton.ObjectName = "removeAccountButton";
     this.removeAccountButton.Enabled = true;
     this.removeAccountButton.Text = "Remove Account";
     horizontalLayout.AddWidget(this.removeAccountButton);
     QSpacerItem horizontalSpacer;
     horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum);
     horizontalLayout.AddItem(horizontalSpacer);
     verticalLayout_2.AddWidget(this.widget);
     this.tabWidget.AddTab(this.tab, "Accounts");
     this.appearanceTab = new QWidget(this.tabWidget);
     this.appearanceTab.ObjectName = "appearanceTab";
     this.appearanceTab.Enabled = false;
     QVBoxLayout verticalLayout_6;
     verticalLayout_6 = new QVBoxLayout(this.appearanceTab);
     verticalLayout_6.Margin = 6;
     this.groupBox_5 = new QGroupBox(this.appearanceTab);
     this.groupBox_5.ObjectName = "groupBox_5";
     this.groupBox_5.Title = "Friends List";
     QFormLayout formLayout_2;
     formLayout_2 = new QFormLayout(this.groupBox_5);
     formLayout_2.Margin = 6;
     this.label_4 = new QLabel(this.groupBox_5);
     this.label_4.ObjectName = "label_4";
     this.label_4.Text = "Display As:";
     formLayout_2.SetWidget(0, QFormLayout.ItemRole.LabelRole, this.label_4);
     this.comboBox_3 = new QComboBox(this.groupBox_5);
     this.comboBox_3.ObjectName = "comboBox_3";
     QSizePolicy comboBox_3_sizePolicy;
     comboBox_3_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed);
     comboBox_3_sizePolicy.SetVerticalStretch(0);
     comboBox_3_sizePolicy.SetHorizontalStretch(0);
     comboBox_3_sizePolicy.SetHeightForWidth(this.comboBox_3.SizePolicy.HasHeightForWidth());
     this.comboBox_3.SizePolicy = comboBox_3_sizePolicy;
     formLayout_2.SetWidget(0, QFormLayout.ItemRole.FieldRole, this.comboBox_3);
     this.horizontalSlider = new QSlider(this.groupBox_5);
     this.horizontalSlider.ObjectName = "horizontalSlider";
     QSizePolicy horizontalSlider_sizePolicy;
     horizontalSlider_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed);
     horizontalSlider_sizePolicy.SetVerticalStretch(0);
     horizontalSlider_sizePolicy.SetHorizontalStretch(0);
     horizontalSlider_sizePolicy.SetHeightForWidth(this.horizontalSlider.SizePolicy.HasHeightForWidth());
     this.horizontalSlider.SizePolicy = horizontalSlider_sizePolicy;
     this.horizontalSlider.Maximum = 48;
     this.horizontalSlider.Value = 32;
     this.horizontalSlider.Orientation = Qt.Orientation.Horizontal;
     this.horizontalSlider.InvertedAppearance = false;
     this.horizontalSlider.InvertedControls = false;
     formLayout_2.SetWidget(2, QFormLayout.ItemRole.FieldRole, this.horizontalSlider);
     this.comboBox_4 = new QComboBox(this.groupBox_5);
     this.comboBox_4.ObjectName = "comboBox_4";
     QSizePolicy comboBox_4_sizePolicy;
     comboBox_4_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed);
     comboBox_4_sizePolicy.SetVerticalStretch(0);
     comboBox_4_sizePolicy.SetHorizontalStretch(0);
     comboBox_4_sizePolicy.SetHeightForWidth(this.comboBox_4.SizePolicy.HasHeightForWidth());
     this.comboBox_4.SizePolicy = comboBox_4_sizePolicy;
     formLayout_2.SetWidget(1, QFormLayout.ItemRole.FieldRole, this.comboBox_4);
     this.label_7 = new QLabel(this.groupBox_5);
     this.label_7.ObjectName = "label_7";
     this.label_7.Text = "Sort By:";
     formLayout_2.SetWidget(1, QFormLayout.ItemRole.LabelRole, this.label_7);
     this.label_5 = new QLabel(this.groupBox_5);
     this.label_5.ObjectName = "label_5";
     this.label_5.Text = "Icon Size:";
     formLayout_2.SetWidget(2, QFormLayout.ItemRole.LabelRole, this.label_5);
     verticalLayout_6.AddWidget(this.groupBox_5);
     this.groupBox_4 = new QGroupBox(this.appearanceTab);
     this.groupBox_4.ObjectName = "groupBox_4";
     this.groupBox_4.Title = "Activity Feed";
     QGridLayout gridLayout_4;
     gridLayout_4 = new QGridLayout(this.groupBox_4);
     this.label_6 = new QLabel(this.groupBox_4);
     this.label_6.ObjectName = "label_6";
     this.label_6.Text = "Put options here";
     gridLayout_4.AddWidget(this.label_6, 0, 0, 1, 1);
     verticalLayout_6.AddWidget(this.groupBox_4);
     this.groupBox_6 = new QGroupBox(this.appearanceTab);
     this.groupBox_6.ObjectName = "groupBox_6";
     this.groupBox_6.Title = "Emoticons";
     QGridLayout gridLayout_6;
     gridLayout_6 = new QGridLayout(this.groupBox_6);
     gridLayout_6.Margin = 6;
     this.comboBox_5 = new QComboBox(this.groupBox_6);
     this.comboBox_5.ObjectName = "comboBox_5";
     QSizePolicy comboBox_5_sizePolicy;
     comboBox_5_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Fixed);
     comboBox_5_sizePolicy.SetVerticalStretch(0);
     comboBox_5_sizePolicy.SetHorizontalStretch(0);
     comboBox_5_sizePolicy.SetHeightForWidth(this.comboBox_5.SizePolicy.HasHeightForWidth());
     this.comboBox_5.SizePolicy = comboBox_5_sizePolicy;
     gridLayout_6.AddWidget(this.comboBox_5, 0, 1, 1, 1);
     this.label_8 = new QLabel(this.groupBox_6);
     this.label_8.ObjectName = "label_8";
     this.label_8.Text = "Theme:";
     gridLayout_6.AddWidget(this.label_8, 0, 0, 1, 1);
     verticalLayout_6.AddWidget(this.groupBox_6);
     QSpacerItem verticalSpacer_3;
     verticalSpacer_3 = new QSpacerItem(20, 260, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding);
     verticalLayout_6.AddItem(verticalSpacer_3);
     this.tabWidget.AddTab(this.appearanceTab, "Appearance");
     this.tab_5 = new QWidget(this.tabWidget);
     this.tab_5.ObjectName = "tab_5";
     QVBoxLayout verticalLayout_5;
     verticalLayout_5 = new QVBoxLayout(this.tab_5);
     verticalLayout_5.Spacing = 0;
     verticalLayout_5.Margin = 0;
     this.messagePreviewWebView = new Synapse.QtClient.ConversationWidget(this.tab_5);
     this.messagePreviewWebView.ObjectName = "messagePreviewWebView";
     QSizePolicy messagePreviewWebView_sizePolicy;
     messagePreviewWebView_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed);
     messagePreviewWebView_sizePolicy.SetVerticalStretch(140);
     messagePreviewWebView_sizePolicy.SetHorizontalStretch(0);
     messagePreviewWebView_sizePolicy.SetHeightForWidth(this.messagePreviewWebView.SizePolicy.HasHeightForWidth());
     this.messagePreviewWebView.SizePolicy = messagePreviewWebView_sizePolicy;
     this.messagePreviewWebView.MaximumSize = new QSize(16777215, 140);
     this.messagePreviewWebView.Url = new QUrl("about:blank");
     verticalLayout_5.AddWidget(this.messagePreviewWebView);
     this.line = new QFrame(this.tab_5);
     this.line.ObjectName = "line";
     this.line.FrameShape = QFrame.Shape.HLine;
     this.line.FrameShadow = QFrame.Shadow.Sunken;
     verticalLayout_5.AddWidget(this.line);
     QGridLayout gridLayout;
     gridLayout = new QGridLayout();
     verticalLayout_5.AddLayout(gridLayout);
     gridLayout.sizeConstraint = QLayout.SizeConstraint.SetDefaultConstraint;
     gridLayout.Margin = 6;
     gridLayout.Spacing = 6;
     this.label = new QLabel(this.tab_5);
     this.label.ObjectName = "label";
     this.label.Text = "Message Style:";
     gridLayout.AddWidget(this.label, 0, 0, 1, 1);
     this.messageStyleCombo = new QComboBox(this.tab_5);
     this.messageStyleCombo.ObjectName = "messageStyleCombo";
     QSizePolicy messageStyleCombo_sizePolicy;
     messageStyleCombo_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Fixed);
     messageStyleCombo_sizePolicy.SetVerticalStretch(0);
     messageStyleCombo_sizePolicy.SetHorizontalStretch(0);
     messageStyleCombo_sizePolicy.SetHeightForWidth(this.messageStyleCombo.SizePolicy.HasHeightForWidth());
     this.messageStyleCombo.SizePolicy = messageStyleCombo_sizePolicy;
     gridLayout.AddWidget(this.messageStyleCombo, 0, 1, 1, 1);
     this.label_10 = new QLabel(this.tab_5);
     this.label_10.ObjectName = "label_10";
     this.label_10.Enabled = false;
     this.label_10.MaximumSize = new QSize(120, 16777215);
     this.label_10.Text = "Style changes take effect for new message windows.";
     this.label_10.Alignment = ((global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeading") | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignLeft")) | global::Qyoto.Qyoto.GetCPPEnumValue("Qt", "AlignTop"));
     this.label_10.WordWrap = true;
     gridLayout.AddWidget(this.label_10, 0, 2, 2, 1);
     this.label_2 = new QLabel(this.tab_5);
     this.label_2.ObjectName = "label_2";
     this.label_2.Text = "Variant:";
     gridLayout.AddWidget(this.label_2, 1, 0, 1, 1);
     this.messageStyleVariantCombo = new QComboBox(this.tab_5);
     this.messageStyleVariantCombo.ObjectName = "messageStyleVariantCombo";
     QSizePolicy messageStyleVariantCombo_sizePolicy;
     messageStyleVariantCombo_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Fixed);
     messageStyleVariantCombo_sizePolicy.SetVerticalStretch(0);
     messageStyleVariantCombo_sizePolicy.SetHorizontalStretch(0);
     messageStyleVariantCombo_sizePolicy.SetHeightForWidth(this.messageStyleVariantCombo.SizePolicy.HasHeightForWidth());
     this.messageStyleVariantCombo.SizePolicy = messageStyleVariantCombo_sizePolicy;
     gridLayout.AddWidget(this.messageStyleVariantCombo, 1, 1, 1, 1);
     this.showAvatarsCheckBox = new QCheckBox(this.tab_5);
     this.showAvatarsCheckBox.ObjectName = "showAvatarsCheckBox";
     this.showAvatarsCheckBox.Text = "Show avatars";
     this.showAvatarsCheckBox.Checked = true;
     gridLayout.AddWidget(this.showAvatarsCheckBox, 2, 1, 1, 1);
     this.showHeaderCheckBox = new QCheckBox(this.tab_5);
     this.showHeaderCheckBox.ObjectName = "showHeaderCheckBox";
     this.showHeaderCheckBox.Text = "Show header";
     this.showHeaderCheckBox.Checked = true;
     gridLayout.AddWidget(this.showHeaderCheckBox, 3, 1, 1, 1);
     this.label_3 = new QLabel(this.tab_5);
     this.label_3.ObjectName = "label_3";
     this.label_3.Text = "Font:";
     gridLayout.AddWidget(this.label_3, 4, 0, 1, 1);
     this.checkBox_3 = new QCheckBox(this.tab_5);
     this.checkBox_3.ObjectName = "checkBox_3";
     this.checkBox_3.Enabled = false;
     this.checkBox_3.Text = "Show received message fonts";
     this.checkBox_3.Checked = true;
     gridLayout.AddWidget(this.checkBox_3, 5, 1, 1, 1);
     this.checkBox_4 = new QCheckBox(this.tab_5);
     this.checkBox_4.ObjectName = "checkBox_4";
     this.checkBox_4.Enabled = false;
     this.checkBox_4.Text = "Show received message colors";
     this.checkBox_4.Checked = true;
     gridLayout.AddWidget(this.checkBox_4, 6, 1, 1, 1);
     QHBoxLayout horizontalLayout_3;
     horizontalLayout_3 = new QHBoxLayout();
     gridLayout.AddLayout(horizontalLayout_3, 4, 1, 1, 2);
     this.pushButton = new QPushButton(this.tab_5);
     this.pushButton.ObjectName = "pushButton";
     this.pushButton.Enabled = false;
     QSizePolicy pushButton_sizePolicy;
     pushButton_sizePolicy = new QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Fixed);
     pushButton_sizePolicy.SetVerticalStretch(0);
     pushButton_sizePolicy.SetHorizontalStretch(0);
     pushButton_sizePolicy.SetHeightForWidth(this.pushButton.SizePolicy.HasHeightForWidth());
     this.pushButton.SizePolicy = pushButton_sizePolicy;
     this.pushButton.Text = "";
     horizontalLayout_3.AddWidget(this.pushButton);
     this.checkBox_6 = new QCheckBox(this.tab_5);
     this.checkBox_6.ObjectName = "checkBox_6";
     this.checkBox_6.Enabled = false;
     this.checkBox_6.Text = "Use Default";
     this.checkBox_6.Checked = true;
     horizontalLayout_3.AddWidget(this.checkBox_6);
     this.checkBox_5 = new QCheckBox(this.tab_5);
     this.checkBox_5.ObjectName = "checkBox_5";
     this.checkBox_5.Enabled = false;
     this.checkBox_5.Text = "Use custom background";
     gridLayout.AddWidget(this.checkBox_5, 7, 1, 1, 1);
     this.label_11 = new QLabel(this.tab_5);
     this.label_11.ObjectName = "label_11";
     this.label_11.Enabled = false;
     this.label_11.Text = "Background:";
     gridLayout.AddWidget(this.label_11, 7, 0, 1, 1);
     QSpacerItem verticalSpacer;
     verticalSpacer = new QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding);
     verticalLayout_5.AddItem(verticalSpacer);
     this.tabWidget.AddTab(this.tab_5, "Messages");
     this.tab_7 = new QWidget(this.tabWidget);
     this.tab_7.ObjectName = "tab_7";
     this.tabWidget.AddTab(this.tab_7, "Status");
     this.tab_8 = new QWidget(this.tabWidget);
     this.tab_8.ObjectName = "tab_8";
     this.tabWidget.AddTab(this.tab_8, "Events");
     this.tab_3 = new QWidget(this.tabWidget);
     this.tab_3.ObjectName = "tab_3";
     QVBoxLayout verticalLayout_3;
     verticalLayout_3 = new QVBoxLayout(this.tab_3);
     verticalLayout_3.Spacing = 6;
     verticalLayout_3.Margin = 12;
     this.extensionsList = new QTableView(this.tab_3);
     this.extensionsList.ObjectName = "extensionsList";
     this.extensionsList.AlternatingRowColors = true;
     this.extensionsList.selectionMode = QAbstractItemView.SelectionMode.SingleSelection;
     this.extensionsList.selectionBehavior = QAbstractItemView.SelectionBehavior.SelectRows;
     this.extensionsList.ShowGrid = false;
     this.extensionsList.WordWrap = false;
     verticalLayout_3.AddWidget(this.extensionsList);
     this.widget_2 = new QWidget(this.tab_3);
     this.widget_2.ObjectName = "widget_2";
     QHBoxLayout horizontalLayout_2;
     horizontalLayout_2 = new QHBoxLayout(this.widget_2);
     horizontalLayout_2.Margin = 0;
     this.pushButton_3 = new QPushButton(this.widget_2);
     this.pushButton_3.ObjectName = "pushButton_3";
     this.pushButton_3.Enabled = false;
     this.pushButton_3.Text = "Find Updates";
     horizontalLayout_2.AddWidget(this.pushButton_3);
     QSpacerItem horizontalSpacer_2;
     horizontalSpacer_2 = new QSpacerItem(293, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum);
     horizontalLayout_2.AddItem(horizontalSpacer_2);
     verticalLayout_3.AddWidget(this.widget_2);
     this.tabWidget.AddTab(this.tab_3, "Extensions");
     this.tab_6 = new QWidget(this.tabWidget);
     this.tab_6.ObjectName = "tab_6";
     this.tabWidget.AddTab(this.tab_6, "Advanced");
     this.buttonBox = new QDialogButtonBox(this);
     this.buttonBox.ObjectName = "buttonBox";
     this.buttonBox.Orientation = Qt.Orientation.Horizontal;
     this.buttonBox.StandardButtons = global::Qyoto.Qyoto.GetCPPEnumValue("QDialogButtonBox", "Close");
     verticalLayout.AddWidget(this.buttonBox);
     QObject.Connect(buttonBox, Qt.SIGNAL("rejected()"), this, Qt.SLOT("close()"));
     QObject.Connect(buttonBox, Qt.SIGNAL("accepted()"), this, Qt.SLOT("close()"));
     QMetaObject.ConnectSlotsByName(this);
 }
Exemplo n.º 23
0
Arquivo: Qt.cs Projeto: KDE/qyoto
 public static QDataStream Read(QDataStream arg1, QSizePolicy arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QSizePolicy&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QSizePolicy), arg2);
 }
Exemplo n.º 24
0
 public void SetSizePolicy(QSizePolicy.Policy hPolicy, QSizePolicy.Policy vPolicy, QSizePolicy.ControlType controlType)
 {
     interceptor.Invoke("setSizePolicy$$$", "setSizePolicy(QSizePolicy::Policy, QSizePolicy::Policy, QSizePolicy::ControlType)", typeof(void), typeof(QSizePolicy.Policy), hPolicy, typeof(QSizePolicy.Policy), vPolicy, typeof(QSizePolicy.ControlType), controlType);
 }
Exemplo n.º 25
0
Arquivo: QStyle.cs Projeto: KDE/qyoto
 public int LayoutSpacing(QSizePolicy.ControlType control1, QSizePolicy.ControlType control2, Qt.Orientation orientation, QStyleOption option)
 {
     return (int) interceptor.Invoke("layoutSpacing$$$#", "layoutSpacing(QSizePolicy::ControlType, QSizePolicy::ControlType, Qt::Orientation, const QStyleOption*) const", typeof(int), typeof(QSizePolicy.ControlType), control1, typeof(QSizePolicy.ControlType), control2, typeof(Qt.Orientation), orientation, typeof(QStyleOption), option);
 }
Exemplo n.º 26
0
    public void SetupUi(QDialog SettingsDialog)
    {
    if (SettingsDialog.ObjectName == "")
        SettingsDialog.ObjectName = "SettingsDialog";
    QSize Size = new QSize(320, 280);
    Size = Size.ExpandedTo(SettingsDialog.MinimumSizeHint());
    SettingsDialog.Size = Size;
    SettingsDialog.MinimumSize = new QSize(320, 280);
    SettingsDialog.WindowIcon = new QIcon(":/main/resources/monosim_128.png");
    SettingsDialog.Modal = true;
    gridLayout = new QGridLayout(SettingsDialog);
    gridLayout.ObjectName = "gridLayout";
    FrameSettings = new QGroupBox(SettingsDialog);
    FrameSettings.ObjectName = "FrameSettings";
    gridLayout1 = new QGridLayout(FrameSettings);
    gridLayout1.ObjectName = "gridLayout1";
    LblPortSpeedReset = new QLabel(FrameSettings);
    LblPortSpeedReset.ObjectName = "LblPortSpeedReset";
    QSizePolicy sizePolicy = new QSizePolicy(QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Preferred);
    sizePolicy.SetHorizontalStretch(0);
    sizePolicy.SetVerticalStretch(0);
    sizePolicy.SetHeightForWidth(LblPortSpeedReset.SizePolicy.HasHeightForWidth());
    LblPortSpeedReset.SizePolicy = sizePolicy;

    gridLayout1.AddWidget(LblPortSpeedReset, 0, 0, 1, 1);

    CmbPortSpeedReset = new QComboBox(FrameSettings);
    CmbPortSpeedReset.ObjectName = "CmbPortSpeedReset";

    gridLayout1.AddWidget(CmbPortSpeedReset, 0, 1, 1, 1);

    LblPortSpeed = new QLabel(FrameSettings);
    LblPortSpeed.ObjectName = "LblPortSpeed";
    sizePolicy.SetHeightForWidth(LblPortSpeed.SizePolicy.HasHeightForWidth());
    LblPortSpeed.SizePolicy = sizePolicy;

    gridLayout1.AddWidget(LblPortSpeed, 1, 0, 1, 1);

    CmbPortSpeed = new QComboBox(FrameSettings);
    CmbPortSpeed.ObjectName = "CmbPortSpeed";

    gridLayout1.AddWidget(CmbPortSpeed, 1, 1, 1, 1);

    LblDataBits = new QLabel(FrameSettings);
    LblDataBits.ObjectName = "LblDataBits";
    sizePolicy.SetHeightForWidth(LblDataBits.SizePolicy.HasHeightForWidth());
    LblDataBits.SizePolicy = sizePolicy;

    gridLayout1.AddWidget(LblDataBits, 2, 0, 1, 1);

    CmbDataBits = new QComboBox(FrameSettings);
    CmbDataBits.ObjectName = "CmbDataBits";

    gridLayout1.AddWidget(CmbDataBits, 2, 1, 1, 1);

    LblStopBits = new QLabel(FrameSettings);
    LblStopBits.ObjectName = "LblStopBits";
    sizePolicy.SetHeightForWidth(LblStopBits.SizePolicy.HasHeightForWidth());
    LblStopBits.SizePolicy = sizePolicy;

    gridLayout1.AddWidget(LblStopBits, 3, 0, 1, 1);

    CmbStopBits = new QComboBox(FrameSettings);
    CmbStopBits.ObjectName = "CmbStopBits";

    gridLayout1.AddWidget(CmbStopBits, 3, 1, 1, 1);

    LblParity = new QLabel(FrameSettings);
    LblParity.ObjectName = "LblParity";
    sizePolicy.SetHeightForWidth(LblParity.SizePolicy.HasHeightForWidth());
    LblParity.SizePolicy = sizePolicy;

    gridLayout1.AddWidget(LblParity, 4, 0, 1, 1);

    CmbParity = new QComboBox(FrameSettings);
    CmbParity.ObjectName = "CmbParity";

    gridLayout1.AddWidget(CmbParity, 4, 1, 1, 1);

    LblConvention = new QLabel(FrameSettings);
    LblConvention.ObjectName = "LblConvention";
    sizePolicy.SetHeightForWidth(LblConvention.SizePolicy.HasHeightForWidth());
    LblConvention.SizePolicy = sizePolicy;

    gridLayout1.AddWidget(LblConvention, 5, 0, 1, 1);

    CmbConvention = new QComboBox(FrameSettings);
    CmbConvention.ObjectName = "CmbConvention";

    gridLayout1.AddWidget(CmbConvention, 5, 1, 1, 1);


    gridLayout.AddWidget(FrameSettings, 1, 0, 1, 1);

    Buttons = new QDialogButtonBox(SettingsDialog);
    Buttons.ObjectName = "Buttons";
    Buttons.Orientation = Qt.Orientation.Horizontal;
    Buttons.StandardButtons = Qyoto.Qyoto.GetCPPEnumValue("QDialogButtonBox", "Cancel") | Qyoto.Qyoto.GetCPPEnumValue("QDialogButtonBox", "Ok");

    gridLayout.AddWidget(Buttons, 2, 0, 1, 1);


    RetranslateUi(SettingsDialog);

    QMetaObject.ConnectSlotsByName(SettingsDialog);
    } // SetupUi
 public void SetSizePolicy(QSizePolicy.Policy hPolicy, QSizePolicy.Policy vPolicy, QSizePolicy.ControlType controlType)
 {
     applet.SetSizePolicy(hPolicy, vPolicy, controlType);
 }
 public void SetSizePolicy(QSizePolicy.Policy hPolicy, QSizePolicy.Policy vPolicy)
 {
     applet.SetSizePolicy(hPolicy, vPolicy);
 }
Exemplo n.º 29
0
 public void SetVerticalPolicy(QSizePolicy.Policy d)
 {
     interceptor.Invoke("setVerticalPolicy$", "setVerticalPolicy(QSizePolicy::Policy)", typeof(void), typeof(QSizePolicy.Policy), d);
 }
Exemplo n.º 30
0
Arquivo: Qt.cs Projeto: KDE/qyoto
 public static QDataStream Write(QDataStream arg1, QSizePolicy arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QSizePolicy&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QSizePolicy), arg2);
 }
 public void SetSizePolicy(QSizePolicy policy)
 {
     applet.SetSizePolicy(policy);
 }