www.pudn.com > javasnmpv3.rar > Properties.ui



Properties

    
        Properties
    
    
        
            0
            0
            583
            441
        
    
    
        Properties
    
    
        true
    
    
        
            unnamed
        
        
            11
        
        
            6
        
        
            
                tabWidget
            
            
                
                    Widget8
                
                
                    USM
                
                
                    
                        unnamed
                    
                    
                        
                            push_button_reset
                        
                        
                            Reset
                        
                        
                            Reset the values to the old values
                        
                    
                    
                        
                            push_button_apply
                        
                        
                            Apply
                        
                        
                            Changes are only stored if this button is clicked
                        
                    
                    
                        
                            text_label_auth_prot
                        
                        
                            AuthProtocol
                        
                        
                            AlignVCenter|AlignRight
                        
                    
                    
                        
                            text_label_auth_pass
                        
                        
                            AuthPassword
                        
                        
                            AlignVCenter|AlignRight
                        
                    
                    
                        
                            text_label_priv_pass
                        
                        
                            PrivPassword
                        
                        
                            AlignVCenter|AlignRight
                        
                    
                    
                        
                            textlabel_priv_prot
                        
                        
                            PrivProtocol
                        
                        
                            AlignVCenter|AlignRight
                        
                    
                    
                        
                            text_label_sec_name
                        
                        
                            SecurityName
                        
                        
                            AlignVCenter|AlignRight
                        
                    
                    
                        
                            combo_box_sec_name
                        
                        
                            false
                        
                    
                    
                        
                            
                                None
                            
                        
                        
                            
                                HMAC-MD5
                            
                        
                        
                            
                                HMAC-SHA
                            
                        
                        
                            combo_box_auth_prot
                        
                    
                    
                        
                            line_edit_auth_pass
                        
                    
                    
                        
                            
                                None
                            
                        
                        
                            
                                DES
                            
                        
                        
                            
                                IDEA
                            
                        
                        
                            
                                AES128
                            
                        
                        
                            
                                AES196
                            
                        
                        
                            
                                AES256
                            
                        
                        
                            combo_box_priv_prot
                        
                    
                    
                        
                            line_edit_priv_pass
                        
                    
                    
                        
                            push_button_add_user
                        
                        
                            Add new user
                        
                    
                    
                        
                            push_button_del_user
                        
                        
                            Delete User
                        
                        
                            Delete the selected user
                        
                    
                    
                        
                            spacer2
                        
                        
                            Horizontal
                        
                        
                            Expanding
                        
                        
                            
                                110
                                21
                            
                        
                    
                
            
        
        
            
                Layout1
            
            
                
                    unnamed
                
                
                    0
                
                
                    6
                
                
                    
                        Horizontal Spacing2
                    
                    
                        Horizontal
                    
                    
                        Expanding
                    
                    
                        
                            20
                            20
                        
                    
                
                
                    
                        button_close
                    
                    
                        Close
                    
                    
                        
                    
                    
                        true
                    
                    
                        true
                    
                
            
        
    


    
        button_close
        clicked()
        Properties
        accept()
    
    
        combo_box_sec_name
        activated(const QString&)
        Properties
        combo_box_sec_name_activated(const QString&)
    
    
        push_button_reset
        clicked()
        Properties
        push_button_reset_clicked()
    
    
        push_button_apply
        clicked()
        Properties
        push_button_apply_clicked()
    
    
        combo_box_auth_prot
        activated(int)
        Properties
        combo_box_auth_prot_activated(int)
    
    
        combo_box_priv_prot
        activated(int)
        Properties
        combo_box_priv_prot_activated(int)
    
    
        push_button_add_user
        clicked()
        Properties
        push_button_add_user_clicked()
    
    
        push_button_del_user
        clicked()
        Properties
        push_button_del_user_clicked()
    


    snmp_pp/snmp_pp.h
    Properties.ui.h


    #ifdef SNMP_PP_NAMESPACE
    using namespace Snmp_pp
    #endif


    Snmp *snmp;
    v3MP *v3mp;
    USM *usm;


    combo_box_sec_name_activated( const QString & sec_name )
    push_button_reset_clicked()
    push_button_apply_clicked()
    combo_box_auth_prot_activated( int auth_prot )
    combo_box_priv_prot_activated( int priv_prot )
    push_button_add_user_clicked()
    push_button_del_user_clicked()


    set_snmp( Snmp * s )